import type { BuiltAgentContext, FileContextInput } from './types.js'; export declare function loadContextFromFiles(input: FileContextInput): Promise; //# sourceMappingURL=file-loader.d.ts.map