export declare function match(value: string | number | boolean | null, table: Array | unknown, nomatch?: number | null): number | null;