export declare function checkForPlatformWarnings(): Promise<void>;
export declare function isVersionBetween(version: string, lower: string, upper: string): boolean;
