import { PlatformConfig } from './interface'; declare const PLATFORM_CONFIGS: { [key: string]: PlatformConfig; }; export default PLATFORM_CONFIGS;