import { ResourceContract } from '@tensei/common'; import { FindOptions } from '@mikro-orm/core'; export declare const parseSortFromStringToObject: (path: string, direction: string) => any; export declare const parseQueryToFindOptions: (query: any, resource: ResourceContract) => FindOptions>; export declare const parseQueryToWhereOptions: (query: any) => any;