export declare function isProtocolPlaceholderOutput(output: string | undefined): boolean; export declare function codingSessionFromContext(input: { buildLike: boolean; planKind?: string | undefined; }): boolean;