export declare class IsNotNullError extends Error {
}
export default function parseNull(s: string): null;
