/** * * @param {any[]} candidates */ export default function coalesce(...candidates: any[]): any; //# sourceMappingURL=coalesce.d.ts.map