export declare function checkFileExists(filePath: string): boolean; export declare function findHSProjectJson(startPath: any): string | null; export default function validateHSPlatform(projectConfigPath: string, portalId: number): Promise;