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