import { BaseCommand } from '../../base-command.js'; export default class CheckTypecheck extends BaseCommand { static summary: string; static description: string; static examples: string[]; static flags: { verbose: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=typecheck.d.ts.map