export default function isSafePath({ filePath, allowedDir, }: { filePath: string; allowedDir: string; }): boolean;