import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetachAndDeleteS3AccessPointRequest, DetachAndDeleteS3AccessPointResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DetachAndDeleteS3AccessPointCommandInput extends DetachAndDeleteS3AccessPointRequest {} export interface DetachAndDeleteS3AccessPointCommandOutput extends DetachAndDeleteS3AccessPointResponse, __MetadataBearer {} declare const DetachAndDeleteS3AccessPointCommand_base: { new ( input: DetachAndDeleteS3AccessPointCommandInput, ): import("@smithy/core/client").CommandImpl< DetachAndDeleteS3AccessPointCommandInput, DetachAndDeleteS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetachAndDeleteS3AccessPointCommandInput, ): import("@smithy/core/client").CommandImpl< DetachAndDeleteS3AccessPointCommandInput, DetachAndDeleteS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetachAndDeleteS3AccessPointCommand extends DetachAndDeleteS3AccessPointCommand_base { protected static __types: { api: { input: DetachAndDeleteS3AccessPointRequest; output: DetachAndDeleteS3AccessPointResponse; }; sdk: { input: DetachAndDeleteS3AccessPointCommandInput; output: DetachAndDeleteS3AccessPointCommandOutput; }; }; }