import { Literal } from '../node/index.js'; import '../keywords/index.js'; declare function LiteralFn(s: string | number | boolean | null | Literal): Literal; export { LiteralFn as default };