/** True when tool output is a protocol-repair placeholder, not live work. */ export declare function isProtocolPlaceholderOutput(output: string | undefined): boolean; export declare function codingSessionFromContext(input: { buildLike: boolean; planKind?: string | undefined; }): boolean;