import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetInAppMessagesRequest, GetInAppMessagesResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetInAppMessagesCommandInput extends GetInAppMessagesRequest {} export interface GetInAppMessagesCommandOutput extends GetInAppMessagesResponse, __MetadataBearer {} declare const GetInAppMessagesCommand_base: { new ( input: GetInAppMessagesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetInAppMessagesCommandInput, GetInAppMessagesCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetInAppMessagesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetInAppMessagesCommandInput, GetInAppMessagesCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetInAppMessagesCommand extends GetInAppMessagesCommand_base { protected static __types: { api: { input: GetInAppMessagesRequest; output: GetInAppMessagesResponse; }; sdk: { input: GetInAppMessagesCommandInput; output: GetInAppMessagesCommandOutput; }; }; }