import { Client, Command } from "@smithy/smithy-client"; import { MetadataBearer, RequestPresigningArguments } from "@smithy/types"; export declare const getSignedUrl: < InputTypesUnion extends object, InputType extends InputTypesUnion, OutputType extends MetadataBearer = MetadataBearer >( client: Client, command: Command, options?: RequestPresigningArguments ) => Promise;