export declare class Logger {
    static error(format: string, ...args: string[]): void;
    static info(msg: string, ...args: unknown[]): void;
    static warn(msg: string, ...args: unknown[]): void;
}
export declare enum PluginError {
    ERR_DUPLICATE_NAME = "ERR_DUPLICATE_NAME",
    ERR_WRONG_DECORATION = "ERR_DUPLICATE_",
    ERR_REPEAT_ANNOTATION = "ERR_INIT_FRAMEWORK",
    ERR_ERROR_CONFIG = "ERR_INIT_COMPONENT",
    ERR_NOT_EMPTY_STRING = "ERR_INIT_NOT_READY",
    ERR_INVALID_STRING_VALUE = "ERR_INVALID_STRING_VALUE"
}
