import { QueryDef, QueryDefSort } from './types.js'; export declare const createSortBuffer: (sort: QueryDefSort) => Uint8Array; export declare const sort: (def: QueryDef, field: string, order?: "asc" | "desc") => void;