import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreatePersistentContactAssociationRequest, CreatePersistentContactAssociationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreatePersistentContactAssociationCommandInput extends CreatePersistentContactAssociationRequest {} export interface CreatePersistentContactAssociationCommandOutput extends CreatePersistentContactAssociationResponse, __MetadataBearer {} declare const CreatePersistentContactAssociationCommand_base: { new ( input: CreatePersistentContactAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePersistentContactAssociationCommandInput, CreatePersistentContactAssociationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreatePersistentContactAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePersistentContactAssociationCommandInput, CreatePersistentContactAssociationCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreatePersistentContactAssociationCommand extends CreatePersistentContactAssociationCommand_base { protected static __types: { api: { input: CreatePersistentContactAssociationRequest; output: CreatePersistentContactAssociationResponse; }; sdk: { input: CreatePersistentContactAssociationCommandInput; output: CreatePersistentContactAssociationCommandOutput; }; }; }