export declare const prefixes: {
    readonly error: string;
    readonly warn: string;
    readonly info: string;
    readonly event: string;
};
export declare function error(message: string): void;
export declare function warn(message: string): void;
export declare function info(message: string): void;
export declare function event(message: string): void;
