import { QueryDef } from './types.js'; export declare const debugQueryDef: (q: QueryDef, returnIt?: boolean) => any; export declare const debug: (x: any, start?: number, end?: number, label?: string) => void;