export default function firstSync(candidates: ((...args: any[]) => T | void)[]): (...args: any[]) => T | void;