export declare const lintProject: (args: {
    dir?: string;
    root?: string;
    tools?: string;
    preflight?: boolean;
    skipBuild?: boolean;
    envFile?: string;
    strict?: boolean;
    json?: boolean;
    debug?: boolean;
}) => Promise<void>;
//# sourceMappingURL=lint-project.d.ts.map