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