import type { ReleaseInfo } from '@gumball12/yuki-no/git/getRelease';
import type { GitHub } from '@gumball12/yuki-no/github/core';
import type { Issue } from '@gumball12/yuki-no/github/getOpenedIssues';
export declare const updateIssueLabelsByRelease: (github: GitHub, issue: Issue, releaseInfo: ReleaseInfo) => Promise<void>;
