import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAdmChannelRequest, UpdateAdmChannelResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateAdmChannelCommandInput extends UpdateAdmChannelRequest {} export interface UpdateAdmChannelCommandOutput extends UpdateAdmChannelResponse, __MetadataBearer {} declare const UpdateAdmChannelCommand_base: { new ( input: UpdateAdmChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAdmChannelCommandInput, UpdateAdmChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateAdmChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAdmChannelCommandInput, UpdateAdmChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateAdmChannelCommand extends UpdateAdmChannelCommand_base { protected static __types: { api: { input: UpdateAdmChannelRequest; output: UpdateAdmChannelResponse; }; sdk: { input: UpdateAdmChannelCommandInput; output: UpdateAdmChannelCommandOutput; }; }; }