import type { TypeOrPromisedType } from '../../../resolveable/types'; import type { WaitableDependencies } from '../../../waitable/types/waitable-dependencies'; export type IfNotReadyCallback = ( dependencies: DependenciesT, ...args: ArgsT ) => TypeOrPromisedType;