export declare const useEffectOnce: (effect: () => void | (() => void)) => void;
