import { IFilePath } from './IFilePath'; import { Source } from '../Source'; export declare class FileSource extends Source { file: IFilePath; constructor(opts: any); }