export declare const getRelativePath: ({ from, to }: {
    from: string;
    to: string;
}) => string;
