//#region src/hooks/tap-const.d.ts
declare function tapConst<T>(getValue: () => T, _deps: readonly never[]): T;
//#endregion
export { tapConst };
//# sourceMappingURL=tap-const.d.ts.map