export declare function getPlatform(): string; export declare function setPlatform(platform: string): string; export declare function removePlatform(): void;