export function rowLookup(table: any, hash: any): Map<any, any>;
export function indexLookup(idx: any, data: any, hash: any): Map<any, any>;
