export interface RunOptions {
    config?: string;
    packages?: string[];
}
export declare function run(options?: RunOptions): Promise<void>;
export type { Config } from './types.js';
