import { InputTypeComposer } from 'graphql-compose';
import { CommonOpts } from '../utils';
export declare function getSearchBodyITC<TContext>(opts: CommonOpts<TContext>): InputTypeComposer<TContext>;
export declare function prepareBodyInResolve(body: any, fieldMap: any): {
    [argName: string]: any;
};
//# sourceMappingURL=SearchBody.d.ts.map