export interface FEnvironmentDescription { /** Does the system have termux? This will affect how we try to open the PDF. */ bHasTermux: boolean; } export declare class FEnvironmentValidator { constructor(); private WhereWhichCommand; EnvironmentDescription: FEnvironmentDescription; Validate(): Promise; private CheckForCommand; }