import type { Pr } from '../../../../modules/platform';
export declare function codeOwnersForPr(pr: Pr): Promise<string[]>;
