declare const useEffectWithDynamicDepsLength: (callback: () => void, deps: unknown[]) => void; export default useEffectWithDynamicDepsLength; //# sourceMappingURL=useEffectWithDynamicDepsLength.d.ts.map