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