import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAppsRequest, GetAppsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetAppsCommandInput extends GetAppsRequest {} export interface GetAppsCommandOutput extends GetAppsResponse, __MetadataBearer {} declare const GetAppsCommand_base: { new (input: GetAppsCommandInput): import("@smithy/smithy-client").CommandImpl< GetAppsCommandInput, GetAppsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetAppsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetAppsCommandInput, GetAppsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetAppsCommand extends GetAppsCommand_base { protected static __types: { api: { input: GetAppsRequest; output: GetAppsResponse; }; sdk: { input: GetAppsCommandInput; output: GetAppsCommandOutput; }; }; }