export class CliError extends Error { /** * @param {string} msg */ constructor(msg: string); } //# sourceMappingURL=CliError.d.ts.map