export declare const lint: import("citty").CommandDef<{
    fix: {
        type: "boolean";
        description: string;
    };
    files: {
        type: "positional";
        description: string;
        required: false;
    };
}>;
