/** * Canonicalize some json according to https://www.rfc-editor.org/rfc/rfc8785 */ export declare let canonicalize: (json: any) => string; //# sourceMappingURL=canonicalize.d.ts.map