export declare const DEFAULT_AGENT_ENTRYPOINTS: ReadonlySet; export declare function isAgentLine(line: { entrypoint?: string; }, entrypoints?: ReadonlySet): boolean; export declare function isAgentFile(filePath: string, entrypoints?: ReadonlySet): boolean; export declare function parseAgentEntrypointsEnv(raw: string | undefined): ReadonlySet; export declare function clearAgentFileCacheForTests(): void; //# sourceMappingURL=isAgentConversation.d.ts.map