export declare const getRequestParams: (metadata: any, args: any) => {
    params: {};
    data: {};
    uriParams: {};
    headers: {};
};
