import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLayoutRequest, DeleteLayoutResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLayoutCommandInput extends DeleteLayoutRequest {} export interface DeleteLayoutCommandOutput extends DeleteLayoutResponse, __MetadataBearer {} declare const DeleteLayoutCommand_base: { new ( input: DeleteLayoutCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLayoutCommandInput, DeleteLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLayoutCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLayoutCommandInput, DeleteLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLayoutCommand extends DeleteLayoutCommand_base { protected static __types: { api: { input: DeleteLayoutRequest; output: {}; }; sdk: { input: DeleteLayoutCommandInput; output: DeleteLayoutCommandOutput; }; }; }