import { Runner } from './internal/printable'; import { Read } from './internal/read'; export declare class Query extends Read { protected hashKey: HK; protected hashVal: S[HK]; constructor(runner: Runner, hashKey: HK, hashVal: S[HK]); /** * Set descend order * @returns {this} */ desc(): this; }