export declare const isNotNullAndTrue: (fn: (...args: any) => boolean) => (...args: any) => boolean;