export declare const createDBMLFile: (additional?: Record<string, Record<string, string>>, schemaDBML?: string) => Promise<void>;
