declare const parseNullLiteral: (txt: string) => null;
export default parseNullLiteral;
