export declare function nonNull<T>(value: T): value is NonNullable<typeof value>;
//# sourceMappingURL=filter.d.ts.map