export type GenerateOptions = { interactive?: boolean; editors?: string; processors?: string; documentModels?: string; skipFormat?: boolean; force?: boolean; watch?: boolean; specifiedPackageName?: string; editor?: string; editorId?: string; editorDirName?: string; processor?: string; documentTypes?: string; allowedDocumentTypes?: string; isDragAndDropEnabled?: boolean; processorType?: "analytics" | "relationalDb"; subgraph?: string; importScript?: string; file?: string; driveEditor?: string; driveEditorAppId?: string; driveEditorDirName?: string; migrationFile?: string; schemaFile?: string; }; export declare function startGenerate(filePath: string | undefined, options: GenerateOptions): Promise; //# sourceMappingURL=generate.d.ts.map