import { type Options } from '../options.js';
import { File } from './file.js';
declare class LintStaged extends File {
    constructor(path: string, options: Options);
    process(): this;
    private xo;
    private ava;
    private prettier;
    private config;
    private sourceFile;
}
export { LintStaged };
