export default function getExistFile({ cwd, files, returnRelative }: { cwd: string; files: string[]; returnRelative?: boolean; }): string;