/** * Labels setup module * * Creates 53 labels across 10 categories from .github/labels.yml */ interface SetupOptions { merge?: boolean; } export declare function setupLabels(owner: string, repo: string, token: string, options?: SetupOptions): Promise<{ created: number; updated: number; }>; export {}; //# sourceMappingURL=labels.d.ts.map