export declare function checkNullOrUndefinedOr(mixed: any, predicate: (mixed: any) => undefined | ErrorT): undefined | ErrorT;