import { type InternalQueryMethod } from '../types'; /** * Makes a query and expects any number of results. */ export declare const any: InternalQueryMethod;