export declare const getRequestArg: (body: any) => { method: string; headers: Headers; body: string; };