import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { CreateRegistryInput, CreateRegistryResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface CreateRegistryCommandInput extends CreateRegistryInput {} export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __MetadataBearer {} declare const CreateRegistryCommand_base: { new ( input: CreateRegistryCommandInput ): import("@smithy/core/client").CommandImpl< CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateRegistryCommandInput ): import("@smithy/core/client").CommandImpl< CreateRegistryCommandInput, CreateRegistryCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateRegistryCommand extends CreateRegistryCommand_base { protected static __types: { api: { input: CreateRegistryInput; output: CreateRegistryResponse; }; sdk: { input: CreateRegistryCommandInput; output: CreateRegistryCommandOutput; }; }; }