import type { ServiceRegistry } from "../di/ServiceRegistry"; /** * Registers the "image" input resolver on the given registry. * Called by `bootstrapWorkglow` and `createOrchestrationContext`. */ export declare function registerImageDefaults(registry?: ServiceRegistry): void; //# sourceMappingURL=imageHydrationResolver.d.ts.map