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