export declare const useOnceRef: <T>(fn: () => T) => import("preact/hooks").MutableRef<T>;
