export * from './browsers'; export * from './configs'; export * from './events'; export * from './models'; export * from './modules'; export * from './services'; export * from './status'; export * from './structures'; export * from './styles'; export * from './views'; export * from './adapters'; export * from './extensions'; export * from './figures'; export * from './renderengine'; export * from './xaptypes'; export * from './actions'; export * from './limited'; export declare const LANGS: { ZH_CN: string; EN_US: string; ZH_HK: string; ZH_TW: string; JA_JP: string; DE_DE: string; FR_FR: string; }; export declare const PLATFORMS: { VANA: string; BROWNIE: string; DOUGHNUT: string; PUFF: string; PUFFMAC: string; };