export declare function command(options: {
    files?: string[];
    codes?: string;
    fix?: boolean;
    workspace?: string;
    configFile?: string;
    format?: string;
    color?: boolean;
    problemOnly?: boolean;
    verbose?: boolean;
}, 
/**
 * @deprecated
 */
exitCode?: number): Promise<void>;
