import { RequestParams } from '../core';
export declare const getParamsValue: (params: RequestParams, type: "body" | "path" | "query", parameter?: string | undefined) => number | Object | null | undefined;
