import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DatabaseMigrationServiceClient"; import { CancelMetadataModelCreationMessage, CancelMetadataModelCreationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CancelMetadataModelCreationCommandInput extends CancelMetadataModelCreationMessage {} export interface CancelMetadataModelCreationCommandOutput extends CancelMetadataModelCreationResponse, __MetadataBearer {} declare const CancelMetadataModelCreationCommand_base: { new ( input: CancelMetadataModelCreationCommandInput ): import("@smithy/smithy-client").CommandImpl< CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CancelMetadataModelCreationCommandInput ): import("@smithy/smithy-client").CommandImpl< CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CancelMetadataModelCreationCommand extends CancelMetadataModelCreationCommand_base { protected static __types: { api: { input: CancelMetadataModelCreationMessage; output: CancelMetadataModelCreationResponse; }; sdk: { input: CancelMetadataModelCreationCommandInput; output: CancelMetadataModelCreationCommandOutput; }; }; }