import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKVoiceClient"; import { AssociatePhoneNumbersWithVoiceConnectorRequest, AssociatePhoneNumbersWithVoiceConnectorResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput extends AssociatePhoneNumbersWithVoiceConnectorRequest {} export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorResponse, __MetadataBearer {} declare const AssociatePhoneNumbersWithVoiceConnectorCommand_base: { new ( input: AssociatePhoneNumbersWithVoiceConnectorCommandInput ): import("@smithy/core/client").CommandImpl< AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociatePhoneNumbersWithVoiceConnectorCommandInput ): import("@smithy/core/client").CommandImpl< AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends AssociatePhoneNumbersWithVoiceConnectorCommand_base { protected static __types: { api: { input: AssociatePhoneNumbersWithVoiceConnectorRequest; output: AssociatePhoneNumbersWithVoiceConnectorResponse; }; sdk: { input: AssociatePhoneNumbersWithVoiceConnectorCommandInput; output: AssociatePhoneNumbersWithVoiceConnectorCommandOutput; }; }; }