export declare const useConstantFn: <T>(initialValue: T) => T;
