type InitFn = () => T; export declare function useConst(init: T | InitFn): T; export {};