//#region src/useConst.d.ts declare function useConst(getValue: () => T): T; //#endregion export { useConst };