import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetChannelMessageStatusCommandInput extends GetChannelMessageStatusRequest {} export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {} declare const GetChannelMessageStatusCommand_base: { new ( input: GetChannelMessageStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetChannelMessageStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetChannelMessageStatusCommand extends GetChannelMessageStatusCommand_base { protected static __types: { api: { input: GetChannelMessageStatusRequest; output: GetChannelMessageStatusResponse; }; sdk: { input: GetChannelMessageStatusCommandInput; output: GetChannelMessageStatusCommandOutput; }; }; }