export declare const setLogService: (logService: () => void) => void;
export declare const Log: (desc: string) => void;
export declare const DebugLog: (desc: string) => void;
export declare const ErrorLog: (desc: string) => void;
