/** * Function wrapper to ensure a function/callback is only called once. * * @group Utils */ export declare function once(func: T): T; //# sourceMappingURL=once.d.ts.map