import type { TSESTree } from '@typescript-eslint/types'; import { Variable } from './variable'; export declare class File { private readonly program; constructor(program: TSESTree.Program); private get body(); get variables(): Variable[]; } //# sourceMappingURL=file.d.ts.map