/** * Create a valid Rust string of a literal value using serde_json according to its type. * * @param {*} value Any Javascript literal * @param {Object} opts Target options * @return {string} */ export declare const literalRepresentation: (value: any, opts: Record, indentLevel?: number | undefined) => any; //# sourceMappingURL=helpers.d.ts.map