import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLayoutCommandInput extends CreateLayoutRequest {} export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __MetadataBearer {} declare const CreateLayoutCommand_base: { new ( input: CreateLayoutCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLayoutCommandInput, CreateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLayoutCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLayoutCommandInput, CreateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLayoutCommand extends CreateLayoutCommand_base { protected static __types: { api: { input: CreateLayoutRequest; output: CreateLayoutResponse; }; sdk: { input: CreateLayoutCommandInput; output: CreateLayoutCommandOutput; }; }; }