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