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