export declare class DBCreator { private static tables; static init(selectedTables: string[]): Promise; static runScript(title: string, file: string, customDelimeter: boolean): Promise; } //# sourceMappingURL=DBCreator.d.ts.map