export default function calculateFileInfo(relativePath: string): {
    PARENT: string;
    FILE_NAME: string;
};
