import type { DefaultOptions } from '../types/index.js';
export declare const DEFAULT_OPTIONS: DefaultOptions;
/** 第三方 SDK */
export declare const SDK: {
    PIXI: string;
    PIXI_LIVE2D_DISPLAY: string;
    PIXI_LIVE2D_DISPLAY_CUBISM2: string;
    PIXI_LIVE2D_DISPLAY_CUBISM4: string;
};
/** 全局配置 */
export declare const CONFIG: {
    stageId: string;
    canvasId: string;
    statusBarId: string;
    tipsId: string;
    menusId: string;
};
/** 菜单的配置 */
export declare const MENU_ITEMS: {
    id: string;
    name: string;
    title: string;
}[];
