/** * Convert a data structure to JavaScript. * The output should be similar to JSON, but without the extra characters. * This is simply to reduce file size in production */ export declare function stringify(data: unknown): string; //# sourceMappingURL=stringify.d.ts.map