/** * GitHub sends its JSON with no indentation and no line break at the end */ export declare function toNormalizedJsonString(payload: object): string;