import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTapeWithBarcodeInput, CreateTapeWithBarcodeOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTapeWithBarcodeCommandInput extends CreateTapeWithBarcodeInput {} export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcodeOutput, __MetadataBearer {} declare const CreateTapeWithBarcodeCommand_base: { new ( input: CreateTapeWithBarcodeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTapeWithBarcodeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTapeWithBarcodeCommand extends CreateTapeWithBarcodeCommand_base { protected static __types: { api: { input: CreateTapeWithBarcodeInput; output: CreateTapeWithBarcodeOutput; }; sdk: { input: CreateTapeWithBarcodeCommandInput; output: CreateTapeWithBarcodeCommandOutput; }; }; }