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