export declare class ConsoleService {
    warn(message: string): void;
}
