export declare class LogService {
    static log(...args: any): void;
    static warn(...args: any): void;
    static error(...args: any): void;
}
export declare function notProductionEnvironment(): boolean;
