import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetPublicKeyCertificateInput, GetPublicKeyCertificateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetPublicKeyCertificateCommandInput extends GetPublicKeyCertificateInput {} export interface GetPublicKeyCertificateCommandOutput extends GetPublicKeyCertificateOutput, __MetadataBearer {} declare const GetPublicKeyCertificateCommand_base: { new ( input: GetPublicKeyCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetPublicKeyCertificateCommandInput, ): import("@smithy/core/client").CommandImpl< GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetPublicKeyCertificateCommand extends GetPublicKeyCertificateCommand_base { protected static __types: { api: { input: GetPublicKeyCertificateInput; output: GetPublicKeyCertificateOutput; }; sdk: { input: GetPublicKeyCertificateCommandInput; output: GetPublicKeyCertificateCommandOutput; }; }; }