export declare function rebasePath({ baseDirectory, file }: {
    baseDirectory: string;
    file: string;
}): string;
//# sourceMappingURL=rebase-path.d.ts.map