export interface RelationalRawResult { rowCount: number; rows: any[]; }