import type { SuiteCheckResult, SuiteDefinition } from '../types.js'; export declare function checkShellDetection(): Promise; export declare function checkShellSpawn(shellPath: string, timeoutMs?: number): Promise; export declare function checkPtySpawn(shellPath: string, timeoutMs?: number): Promise; export declare const terminalSuite: SuiteDefinition;