type NotNullable = T extends null | undefined ? never : T; export declare const filterNil: () => import("rxjs").OperatorFunction>; export {};