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