import { PlatformInfo } from '@skzz/platform/shared/types'; export declare const rPlatfroms: () => Promise; export declare const rPlatfromByCode: (code: string) => Promise; export declare const rDefaultPlatfrom: () => Promise;