import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetPrimaryEmailRequest, GetPrimaryEmailResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetPrimaryEmailCommandInput extends GetPrimaryEmailRequest {} export interface GetPrimaryEmailCommandOutput extends GetPrimaryEmailResponse, __MetadataBearer {} declare const GetPrimaryEmailCommand_base: { new ( input: GetPrimaryEmailCommandInput, ): import("@smithy/core/client").CommandImpl< GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetPrimaryEmailCommandInput, ): import("@smithy/core/client").CommandImpl< GetPrimaryEmailCommandInput, GetPrimaryEmailCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetPrimaryEmailCommand extends GetPrimaryEmailCommand_base { protected static __types: { api: { input: GetPrimaryEmailRequest; output: GetPrimaryEmailResponse; }; sdk: { input: GetPrimaryEmailCommandInput; output: GetPrimaryEmailCommandOutput; }; }; }