export declare const rejectNils: <V>(inputs: Array<V | null | undefined>) => Array<V>;
