import { RawContextPacket, type ImplementationTransport, type WorkspaceEnvelope } from "@claudexor/schema"; import { type AtlasOptions } from "./atlas.js"; export declare function rawContextForEnvelope(transport: ImplementationTransport, envelope: WorkspaceEnvelope): Promise; /** Build the complete, bounded text packet consumed by raw patch producers. */ export declare function buildRawContextPacket(repoRoot: string, baseCommitSha: string, options?: AtlasOptions): Promise; //# sourceMappingURL=raw-context.d.ts.map