//#region src/github/milestone.d.ts declare function createMilestones({ owner, repo }: { owner: any; repo: any; }): Promise; //#endregion export { createMilestones as t }; //# sourceMappingURL=milestone-CAA75JZ5.d.mts.map