export declare const PREFIX = "tk";
export declare const NAME: {
    SUCCESS: string;
    INFO: string;
    WARNING: string;
    ERROR: string;
};
