/** * Created by acondolu on 26/04/16. */ export declare class Logging { static debug(...args: any[]): void; static log(...args: any[]): void; }