export declare function parseCodeowners(content: string): (filePath: string) => string[];
export declare function createOwnershipEngine(filePath: string): (filePath: string) => string[];
