import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAccessPolicyCommandInput extends DeleteAccessPolicyRequest {} export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyResponse, __MetadataBearer {} declare const DeleteAccessPolicyCommand_base: { new ( input: DeleteAccessPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAccessPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAccessPolicyCommand extends DeleteAccessPolicyCommand_base { protected static __types: { api: { input: DeleteAccessPolicyRequest; output: {}; }; sdk: { input: DeleteAccessPolicyCommandInput; output: DeleteAccessPolicyCommandOutput; }; }; }