declare function parseCreateTable(sql: any): any; declare function parseCreateIndex(sql: any): any; export { parseCreateTable, parseCreateIndex, };