export default class Print { static ln(msg: string, lineBreak?: boolean): void; static done(lineBreak?: boolean): void; }