export type LiteralObject = {
    value: string;
    escape: boolean;
};
//# sourceMappingURL=Literal.d.ts.map