export declare class ActivityLogger { debug(message?: string): void error(message?: string): void info(message?: string): void warn(message?: string): void constructor() }