import type { Client, Command } from "@smithy/smithy-client"; import type { MetadataBearer, RequestPresigningArguments } from "@smithy/types"; /** * @public */ export declare const getSignedUrl: (client: Client, command: Command, options?: RequestPresigningArguments) => Promise;