export default function checkNull<T>(parser: (value: string) => T): (value: string) => T | null;
