type IncomingMessage = any;
export declare function getPayload(request: IncomingMessage): Promise<string>;
export {};
