import type { TypeOrPromisedType } from '../../../resolveable/types'; import type { WaitableDependencies } from '../../../waitable/types/waitable-dependencies'; export type IfNotReadyCallback = (dependencies: DependenciesT, ...args: ArgsT) => TypeOrPromisedType; //# sourceMappingURL=if-not-ready-callback.d.ts.map