export declare function onceWithLoopDetection<F extends (...arguments_: any[]) => any>(function_: F): F;
