import type { Assignment, Run, Worker, WorkerId } from '@platform-modules/chatgpt-orchestrator-protocol';
export declare const BOOTSTRAP_VERSION: 2;
export interface WorkerPromptContext {
    run: Run;
    worker: Worker;
    assignment: Assignment;
}
export declare function workerBootstrap(context: WorkerPromptContext | WorkerId): string;
export declare function workerFollowupPrompt(context: WorkerPromptContext): string;
//# sourceMappingURL=bootstrap.d.ts.map