import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { GetAttachedFileRequest, GetAttachedFileResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetAttachedFileCommandInput extends GetAttachedFileRequest {} export interface GetAttachedFileCommandOutput extends GetAttachedFileResponse, __MetadataBearer {} declare const GetAttachedFileCommand_base: { new ( input: GetAttachedFileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetAttachedFileCommandInput, GetAttachedFileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetAttachedFileCommandInput ): import("@smithy/smithy-client").CommandImpl< GetAttachedFileCommandInput, GetAttachedFileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetAttachedFileCommand extends GetAttachedFileCommand_base { protected static __types: { api: { input: GetAttachedFileRequest; output: GetAttachedFileResponse; }; sdk: { input: GetAttachedFileCommandInput; output: GetAttachedFileCommandOutput; }; }; }