import { SourceFile } from "ts-morph"; export declare const updateSchemaIndexFile: (filePath: string, importStatement: string, exportStatement: string) => Promise; export declare function addImport(sourceFile: SourceFile, importStatement: string): void; export declare function addToDefaultExport(sourceFile: SourceFile, exportStatement: string): void; //# sourceMappingURL=schemas.d.ts.map