import type { BackendProtocolV2 } from "deepagents"; export declare function downloadContextFile(backend: BackendProtocolV2, path: string): Promise; export declare function asText(content: string | Uint8Array): string; //# sourceMappingURL=context-io.d.ts.map