import type { CallOptions } from '../../../base/options'; import type { IDuplexStream, IWatchClient, IWatchRequest, IWatchResponse } from '../../i-rpc'; export declare class SqlitWatchClient implements IWatchClient { watch(options?: CallOptions): Promise>; }