import { type QueryResultRow, type QueryResult } from '../types'; export declare const createMockQueryResult: (rows: readonly QueryResultRow[]) => QueryResult;