import { type NormalizedStatement, type ValidatedTable, type StatementType } from "@tableland/sqlparser"; import { type NameMapping } from "./config.js"; export type { NormalizedStatement, StatementType }; export declare function normalize(sql: string, nameMap?: NameMapping): Promise; export declare function validateTableName(tableName: string, isCreate?: boolean): Promise; export declare function validateTables({ tables, type, }: Omit): Promise; //# sourceMappingURL=parser.d.ts.map