import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAddressRequest, CreateAddressResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAddressCommandInput extends CreateAddressRequest {} export interface CreateAddressCommandOutput extends CreateAddressResult, __MetadataBearer {} declare const CreateAddressCommand_base: { new ( input: CreateAddressCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAddressCommandInput, CreateAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAddressCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAddressCommandInput, CreateAddressCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAddressCommand extends CreateAddressCommand_base { protected static __types: { api: { input: CreateAddressRequest; output: CreateAddressResult; }; sdk: { input: CreateAddressCommandInput; output: CreateAddressCommandOutput; }; }; }