export declare const withoutNils: (xs: (T | null | undefined)[]) => T[]; export declare const dedup: (xs: T[]) => T[];