import ts from "typescript"; export declare function generateModel(filePath: string, fileContent: string, compilerOptions: ts.CompilerOptions, onModelFile: ((filePath: string) => void) | undefined, pretty: boolean): string | undefined;