import { RelationsParseOutput } from '../../parameter';
import { Parameter, URLParameter } from '../../constants';
import { ParseParameterOptions, ParseParameterOutput } from './type';
export declare function parseQueryParameter<K extends `${Parameter}` | `${URLParameter}`>(key: K, data: unknown, options?: ParseParameterOptions<K> | boolean, relations?: RelationsParseOutput): ParseParameterOutput<K>;
//# sourceMappingURL=module.d.ts.map