import { NextAddressResponse, NextUtxoResponse, WatcherRequest, WatcherResponse, WatcherStatusResponse } from "./rgb"; export declare const recoverWatcher: (nostrHexSk: string, request: WatcherRequest) => Promise; export declare const destroyRecover: (nostrHexSk: string) => Promise; export declare const createWatcher: (nostrHexSk: string, request: WatcherRequest) => Promise; export declare const destroyWatcher: (nostrHexSk: string) => Promise; export declare const checkWatcher: (nostrHexSk: string) => Promise; export declare const nextAddress: (nostrHexSk: string, request: string) => Promise; export declare const nextUtxo: (nostrHexSk: string, request: string) => Promise; //# sourceMappingURL=wallet.d.ts.map