import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetPolicyStoreAliasInput, GetPolicyStoreAliasOutput, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig, } from "../VerifiedPermissionsClient"; export { __MetadataBearer }; export { $Command }; export interface GetPolicyStoreAliasCommandInput extends GetPolicyStoreAliasInput {} export interface GetPolicyStoreAliasCommandOutput extends GetPolicyStoreAliasOutput, __MetadataBearer {} declare const GetPolicyStoreAliasCommand_base: { new ( input: GetPolicyStoreAliasCommandInput ): import("@smithy/core/client").CommandImpl< GetPolicyStoreAliasCommandInput, GetPolicyStoreAliasCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetPolicyStoreAliasCommandInput ): import("@smithy/core/client").CommandImpl< GetPolicyStoreAliasCommandInput, GetPolicyStoreAliasCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetPolicyStoreAliasCommand extends GetPolicyStoreAliasCommand_base { protected static __types: { api: { input: GetPolicyStoreAliasInput; output: GetPolicyStoreAliasOutput; }; sdk: { input: GetPolicyStoreAliasCommandInput; output: GetPolicyStoreAliasCommandOutput; }; }; }