import { ZodTypeAny } from'zod';
import { SQLDialect } from'../types';
/**
* Maps a Zod type to its corresponding SQL data type based on the dialect
*/exportdeclareconstmapZodToSql: (zodType: ZodTypeAny, dialect?: SQLDialect) =>string;
//# sourceMappingURL=index.d.ts.map