/**
 * Copyright(c) Live2D Inc. All rights reserved.
 *
 * Use of this source code is governed by the Live2D Open Software license
 * that can be found at https://www.live2d.com/eula/live2d-open-software-license-agreement_en.html.
 */
export declare const CSM_LOG_LEVEL_VERBOSE = 0;
export declare const CSM_LOG_LEVEL_DEBUG = 1;
export declare const CSM_LOG_LEVEL_INFO = 2;
export declare const CSM_LOG_LEVEL_WARNING = 3;
export declare const CSM_LOG_LEVEL_ERROR = 4;
export declare const CSM_LOG_LEVEL_OFF = 5;
/**
 * ログ出力レベル設定。
 *
 * 強制的にログ出力レベルを変える時に定義を有効にする。
 * CSM_LOG_LEVEL_VERBOSE ～ CSM_LOG_LEVEL_OFF を選択する。
 */
export declare const CSM_LOG_LEVEL: number;
//# sourceMappingURL=cubismframeworkconfig.d.ts.map