import type { IdentifierSqlToken, SqlFragmentToken } from "../types.js"; export declare const createIdentifierSqlFragment: (token: IdentifierSqlToken) => SqlFragmentToken; //# sourceMappingURL=createIdentifierSqlFragment.d.ts.map