import { ShellApiClass } from './decorators'; import type ShellInstanceState from './shell-instance-state'; export declare class DBQuery extends ShellApiClass { _instanceState: ShellInstanceState; constructor(instanceState: ShellInstanceState); get shellBatchSize(): number | undefined; set shellBatchSize(value: number | undefined); }