import { WatchedQueryOptions } from '@powersync/common'; /** * @internal */ export declare const DEFAULT_WATCH_THROTTLE_MS = 30; /** * @internal */ export declare const DEFAULT_WATCH_QUERY_OPTIONS: WatchedQueryOptions;