import { CompilableQuery } from '@powersync/common'; import { AdditionalOptions } from '../watched/watch-types.js'; /** * @internal This is not exported in the index.ts */ export declare const useWatchedSuspenseQuery: (query: string | CompilableQuery, parameters?: any[], options?: AdditionalOptions) => import("@powersync/common").WatchedQueryState[]>;