import type { ObjectLiteral } from '../../types'; import { SortOptionsContainer } from './container'; import type { SortParseOptions, SortParseOutput } from './type'; /** * Transform sort data to appreciate data format. * @param data * @param options */ export declare function parseQuerySort(data: unknown, options?: SortParseOptions | SortOptionsContainer): SortParseOutput; //# sourceMappingURL=parse.d.ts.map