export default class Log {
    static log(message?: string): void;
    static debug(message: string): void;
}
