import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetachTypedLinkRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DetachTypedLinkCommandInput extends DetachTypedLinkRequest {} export interface DetachTypedLinkCommandOutput extends __MetadataBearer {} declare const DetachTypedLinkCommand_base: { new ( input: DetachTypedLinkCommandInput, ): import("@smithy/core/client").CommandImpl< DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetachTypedLinkCommandInput, ): import("@smithy/core/client").CommandImpl< DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetachTypedLinkCommand extends DetachTypedLinkCommand_base { protected static __types: { api: { input: DetachTypedLinkRequest; output: {}; }; sdk: { input: DetachTypedLinkCommandInput; output: DetachTypedLinkCommandOutput; }; }; }