/**
 * Given some object to serialize product a canonicalized JSON string.
 * https://www.rfc-editor.org/rfc/rfc8785.html
 *
 * We do not support custom toJSON methods on objects. Objects should be limited to basic types.
 *
 * @param object The object to serialize.
 */
export declare function canonicalize(object: any, visited?: any[]): string;
//# sourceMappingURL=canonicalize.d.ts.map