export declare const DEFAULT_CORE_CONFIG: {
    global: {
        lang: any;
        commandPrefix: string;
    };
    adapter: {};
    plugin: {};
};
