import Literal from "./Literal.js"; /** * An alias for `Literal(null)`. */ declare const Null: Literal; export default Null;