import { CodeOwnersEntry } from 'codeowners-utils'; export declare function loadCodeowners(): Promise; export declare function getPossibleCodeowners(codeowners: CodeOwnersEntry[], relPath: string): string[]; export declare function getOwnerFromCodeowners(codeowners: CodeOwnersEntry[], absPath: string): string;