import type { ObjectLiteral } from '../../type';
import type { FieldsBuildInput } from './type';
export declare function buildQueryFields<T extends ObjectLiteral = ObjectLiteral>(input?: FieldsBuildInput<T>): Record<string, string[]> | string[];
export declare function mergeQueryFields(target: Record<string, string[]> | string[], source: Record<string, string[]> | string[]): Record<string, string[]> | string[];
//# sourceMappingURL=build.d.ts.map