export function runOnce<CB extends Function>(cb: CB): CB;
