import CodeStream from 'textstreamjs'; import { IFileGeneratorOptions } from './types'; export interface IFile { path: string; } export default class FileGenerator extends CodeStream { #private; constructor(file: IFile, { externalModule, textDecoder, sortProperties, textEncoder, compilerOptions, uniqueNamePropertyName, indentationSize, root: parent, typeScriptConfiguration }: IFileGeneratorOptions); generate(): Promise; } //# sourceMappingURL=FileGenerator.d.ts.map