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