import type { ContentFileRef } from './message'; export interface BuiltFileStore { load(ref: ContentFileRef, scope?: { threadId?: string; }): Promise; isMediaTypeSupported?(mediaType: string | undefined): boolean; }