export declare const command = "lint"; export declare const describe = "Check schema for linting errors"; import { Context } from '../'; export declare function handler(context: Context): Promise;