import type { Graph } from '@onerepo/graph'; export declare function getCodeowners(graph: Graph): Record; export declare function getCodeownersContents(graph: Graph): string; export declare function codeownersFilepath(graph: Graph, provider: Providers): string; export type Providers = 'github' | 'gitlab' | 'gitea' | 'bitbucket'; export declare const providers: Array; export declare const location: Record;