/** * Canonicalizes a value to a consistent string representation. * @param value - The value to canonicalize. * @returns A string that consistently represents the value. */ export declare function canonicalize(value: any): string; //# sourceMappingURL=canonicalize.d.ts.map