export declare function useConstant<T>(fn: () => T): T;
//# sourceMappingURL=useConstant.d.ts.map