import { TPlatform } from '../interfaces';
export declare function getPlatform(): TPlatform | null;
