import type { SQLQueryPropsWithSchemaFilterAndIdsFilter } from './common.js'; export declare const FUNCTIONS_SQL: (props: SQLQueryPropsWithSchemaFilterAndIdsFilter & { nameFilter?: string; args?: string[]; }) => string; //# sourceMappingURL=functions.sql.d.ts.map