UNPKG

207 BTypeScriptView Raw
1import { HashConstructor, HttpRequest } from "@aws-sdk/types";
2/**
3 * @private
4 */
5export declare const getPayloadHash: ({ headers, body }: HttpRequest, hashConstructor: HashConstructor) => Promise<string>;