import { ConstantInitializer } from './types';
export declare const useConstant: <T>(initialValue: T | ConstantInitializer<T>) => T;
