import type { AnyObject } from "prostgles-types"; import type { TableSchemaColumn } from "../DboBuilderTypes"; type Args = { filter: AnyObject; complexFilterKey: string; tableAliasRaw: string | undefined; allowed_colnames: string[]; columns: TableSchemaColumn[]; }; export declare const parseComplexFilter: ({ filter, complexFilterKey, tableAliasRaw, allowed_colnames, columns, }: Args) => string; export {}; //# sourceMappingURL=parseComplexFilter.d.ts.map