import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DisassociateIpamByoasnRequest, DisassociateIpamByoasnResult, } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface DisassociateIpamByoasnCommandInput extends DisassociateIpamByoasnRequest {} export interface DisassociateIpamByoasnCommandOutput extends DisassociateIpamByoasnResult, __MetadataBearer {} declare const DisassociateIpamByoasnCommand_base: { new ( input: DisassociateIpamByoasnCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateIpamByoasnCommandInput, DisassociateIpamByoasnCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisassociateIpamByoasnCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateIpamByoasnCommandInput, DisassociateIpamByoasnCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisassociateIpamByoasnCommand extends DisassociateIpamByoasnCommand_base { protected static __types: { api: { input: DisassociateIpamByoasnRequest; output: DisassociateIpamByoasnResult; }; sdk: { input: DisassociateIpamByoasnCommandInput; output: DisassociateIpamByoasnCommandOutput; }; }; }