import type { CellOutput } from '@curvenote/blocks'; import type { IFileObjectFactoryFn } from '../files'; export declare const processMultiMimeOutputs: (fileFactory: IFileObjectFactoryFn, items: CellOutput[]) => CellOutput[];