import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFolderContentsRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteFolderContentsCommandInput extends DeleteFolderContentsRequest {} export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {} declare const DeleteFolderContentsCommand_base: { new ( input: DeleteFolderContentsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteFolderContentsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteFolderContentsCommand extends DeleteFolderContentsCommand_base { protected static __types: { api: { input: DeleteFolderContentsRequest; output: {}; }; sdk: { input: DeleteFolderContentsCommandInput; output: DeleteFolderContentsCommandOutput; }; }; }