import { RxNostrConfig } from'../config/index.js';
import { RxNostr } from'./interface.js';
/** Create a RxNostr object. This is the only way to create that. */export declare functioncreateRxNostr(config: RxNostrConfig): RxNostr;
//# sourceMappingURL=rx-nostr.d.ts.map