import { IAstPartialMapper } from './ast-mapper'; import { ReplaceReturnType } from './utils'; export type IAstToSql = { readonly [key in keyof IAstPartialMapper]-?: ReplaceReturnType; }; export declare const toSql: IAstToSql; //# sourceMappingURL=to-sql.d.ts.map