declare const DEFAULT_APIKEY: { name: string; code: string; app_key: string; secret_key: string; enable: boolean; is_default: boolean; allow_use_menu: boolean; allow_use_translate: boolean; system: boolean; user_type: string[]; roles: any[]; allow_login_methods: string[]; }; declare const GLOBAL_APIKEY: { name: string; code: string; app_key: string; secret_key: string; enable: boolean; is_default: boolean; allow_use_menu: boolean; allow_use_translate: boolean; system: boolean; user_type: string[]; roles: any[]; allow_login_methods: string[]; }; export { DEFAULT_APIKEY, GLOBAL_APIKEY };