export declare function getCdIntentPath(): string; export declare function clearCdIntent(): void; export declare function recordCdIntent(target: string): void; export declare const SHELL_WRAPPER_ENV_VAR = "AFK_SHELL_WRAPPER"; export declare function shellWrapperActive(): boolean;