import type { ObjectLiteral } from '../../type';
import type { SortBuildInput } from './type';
export declare function buildQuerySort<T extends ObjectLiteral = ObjectLiteral>(data?: SortBuildInput<T>): string[];
export declare function mergeQuerySort(target?: string[], source?: string[]): string[];
//# sourceMappingURL=build.d.ts.map