interface ResumeProbeOptions { utterance?: string; stdin?: boolean; json?: boolean; nonTrivialWork?: boolean; workflowWork?: boolean; alreadyInCometFlow?: boolean; } export declare function resolveProjectLanguage(projectPath: string): Promise; export declare function resumeProbeCommand(targetPath: string, options?: ResumeProbeOptions): Promise; export {}; //# sourceMappingURL=resume-probe.d.ts.map