type GlobalConfig = {
    name: string;
    platform: "windows" | "mac" | "linux";
    maxReactNum: number;
    maxTokens: number;
    compressThreshold: number;
    largeTextLength: number;
    fileTextMaxLength: number;
    maxDialogueImgFileNum: number;
};
declare const config: GlobalConfig;
export default config;
//# sourceMappingURL=index.d.ts.map