.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / scope / scopes.d.ts
1 import { TSESLintScope } from '@typescript-eslint/experimental-utils';
2 import { TSESTree } from '@typescript-eslint/types';
3 import { ScopeManager } from './scope-manager';
4 /** The scope class for enum. */
5 export declare class EnumScope extends TSESLintScope.Scope {
6     constructor(scopeManager: ScopeManager, upperScope: TSESLintScope.Scope, block: TSESTree.TSEnumDeclaration | null);
7 }
8 /** The scope class for empty functions. */
9 export declare class EmptyFunctionScope extends TSESLintScope.Scope {
10     constructor(scopeManager: ScopeManager, upperScope: TSESLintScope.Scope, block: TSESTree.TSDeclareFunction | null);
11 }
12 //# sourceMappingURL=scopes.d.ts.map