export declare const distinctArrayFilter: <T>(v: T, i: number, a: T[]) => boolean;
