import type { PreparedQuery, RxStorageQueryResult } from '../../types/index.js'; import { RxStorageInstanceFoundationDB } from './rx-storage-instance-foundationdb.js'; export declare function queryFoundationDB(instance: RxStorageInstanceFoundationDB, preparedQuery: PreparedQuery): Promise>;