declare class Log { constructor(); m(s: string): any; sleep(ms: number): Promise; main(): Promise; } export { Log };