//#region src/compat/function/once.d.ts declare function once any>(func: T): T; //#endregion export { once };