export type MakeRelative = (rootDir: string) => (file: string) => string; export declare const makeRelative: MakeRelative;