import { ArgumentsCamelCase, CommandModule } from 'yargs'; export declare const command = "*"; export declare const describe = "gplint main command"; export declare const builder: {}; export interface CliArgs extends CommandModule { config: string; fix: boolean; format: string; ignore?: string[]; maxWarnings: number; rulesdir?: string[]; _?: string[]; } export declare function handler(argv: ArgumentsCamelCase): Promise; //# sourceMappingURL=main.d.ts.map