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