import { SelectSql } from '../sql'; export declare function mapResult(sql: SelectSql, rows: any[]): any[];