import type { TranslatedBlockPair } from './types'; import type { IFileObjectFactoryFn } from './files'; export declare const uploadOutputs: (fileFactory: IFileObjectFactoryFn, blocks: TranslatedBlockPair[], basepath: string) => Promise;