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 function createRxNostr(config: RxNostrConfig): RxNostr;
//# sourceMappingURL=rx-nostr.d.ts.map