export declare const canConnectToApiServer: (host: string) => Promise; export declare const isValidProjectToken: (webUrl: string, projectToken: string | undefined) => Promise; export declare const checkForNewVersion: () => Promise; export declare const isPlaywrightObject: (firstInput: any) => void; //# sourceMappingURL=preflightChecks.d.ts.map