import type { ESTree } from "meriyah"; export declare function toValue(strOrLiteral: string | ESTree.Literal): string; export declare function toRaw(strOrLiteral: string | ESTree.Literal): string | undefined; //# sourceMappingURL=literal.d.ts.map