import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteS3AccessPolicyRequest, DeleteS3AccessPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteS3AccessPolicyCommandInput extends DeleteS3AccessPolicyRequest {} export interface DeleteS3AccessPolicyCommandOutput extends DeleteS3AccessPolicyResponse, __MetadataBearer {} declare const DeleteS3AccessPolicyCommand_base: { new ( input: DeleteS3AccessPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteS3AccessPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteS3AccessPolicyCommand extends DeleteS3AccessPolicyCommand_base { protected static __types: { api: { input: DeleteS3AccessPolicyRequest; output: {}; }; sdk: { input: DeleteS3AccessPolicyCommandInput; output: DeleteS3AccessPolicyCommandOutput; }; }; }