import type { SqlTag } from "../types.js"; import type { StandardSchemaV1 } from "@standard-schema/spec"; export declare const createSqlTag: >(configuration?: { typeAliases?: Z; }) => SqlTag; //# sourceMappingURL=createSqlTag.d.ts.map