/** * Trigger a function once and then prevent it from triggering again * @returns {Function} * @param fn * * @signature * U.once(fn) */ export declare function once(fn: Function): Function; //# sourceMappingURL=once.d.ts.map