declare global {
    interface JSON {
        canonicalize: (object: any) => string;
    }
}
export {};
//# sourceMappingURL=global.d.ts.map