import { IHttpRequest } from "@smithy/protocol-http"; import { AuthScheme, AwsCredentialIdentity, FinalizeRequestMiddleware, Pluggable, RequestSigner } from "@smithy/types"; interface SigningProperties { signingRegion: string; signingDate: Date; signingService: string; } interface PreviouslyResolved { signer: (authScheme?: AuthScheme | undefined) => Promise): Promise; }>; } /** * @internal */ export declare const s3ExpressHttpSigningMiddlewareOptions: import("@smithy/types").FinalizeRequestHandlerOptions & import("@smithy/types").RelativeLocation & Omit; /** * @internal */ export declare const s3ExpressHttpSigningMiddleware: (config: PreviouslyResolved) => FinalizeRequestMiddleware; /** * @internal */ export declare const getS3ExpressHttpSigningPlugin: (config: { signer: (authScheme?: AuthScheme | undefined) => Promise; }) => Pluggable; export {};