import { BaseService } from '../infrastructure'; declare class Lint extends BaseService { lint(content: string): Promise; } export default Lint;