import { type GenerationDownloadInput } from "./generation-download-types.js"; export { GenerationDownloadError, type GenerationDownloadInput, } from "./generation-download-types.js"; export { recoverDownloadCredentials } from "./generation-download-state.js"; /** 父进程只协调短命 worker;收到清理成功且 worker 退出后才允许后续验证。 */ export declare function downloadGeneration(input: GenerationDownloadInput): Promise; //# sourceMappingURL=generation-download.d.ts.map