import { InterpreterModule } from "@hylimo/core"; /** * Creates a jsonata string literal based on the given value * * @param value the value to create the jsonata string literal for * @returns the jsonata string literal */ export declare function jsonataStringLiteral(value: string): string; /** * Edit module providing edit generation function */ export declare const editModule: InterpreterModule; //# sourceMappingURL=editModule.d.ts.map