import { VeloTransformation } from './types.js'; declare type QueryObject = { [key: string]: any; }; export declare function resolveQueryFieldsTransformationPaths(transformation: VeloTransformation): Record; export declare function toPlatformizedQuery(query: QueryObject, transformations: VeloTransformation): QueryObject; export {}; //# sourceMappingURL=query-transformation.d.ts.map