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