import { PreparedQuery } from './types'; export declare function sortRecords(query: PreparedQuery, records: any[]): any[];