import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PurchaseReservedNodeOfferingMessage, PurchaseReservedNodeOfferingResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface PurchaseReservedNodeOfferingCommandInput extends PurchaseReservedNodeOfferingMessage {} export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReservedNodeOfferingResult, __MetadataBearer {} declare const PurchaseReservedNodeOfferingCommand_base: { new ( input: PurchaseReservedNodeOfferingCommandInput ): import("@smithy/smithy-client").CommandImpl< PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PurchaseReservedNodeOfferingCommandInput ): import("@smithy/smithy-client").CommandImpl< PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PurchaseReservedNodeOfferingCommand extends PurchaseReservedNodeOfferingCommand_base { protected static __types: { api: { input: PurchaseReservedNodeOfferingMessage; output: PurchaseReservedNodeOfferingResult; }; sdk: { input: PurchaseReservedNodeOfferingCommandInput; output: PurchaseReservedNodeOfferingCommandOutput; }; }; }