export declare class VelcronLogger {
    static logDataError(log: string): void;
    static logActionError(log: string): void;
    static logError(log: string): void;
    static logCustomComponentError(log: string): void;
}
