export default function metaToPaths(meta: ImportMeta): {
    directoryPath: string;
    filePath: string;
};
