export declare function BlockchainResource(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Blockchain(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedBlockchain(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function QuantumLedgerDatabaseQldb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const QLDB: typeof QuantumLedgerDatabaseQldb;
