export declare const UpdateLeaderboardRequestItemRunUnit: {
readonly Day: "day";
readonly Month: "month";
readonly Year: "year";
};
export type UpdateLeaderboardRequestItemRunUnit = (typeof UpdateLeaderboardRequestItemRunUnit)[keyof typeof UpdateLeaderboardRequestItemRunUnit];