export declare class MessageService { OK: string; ERROR: string; constructor(); logOk(message: string): void; logError(message: string): void; }