interface IOpts {
    presets?: string[];
}
export declare function run(opts?: IOpts): Promise<void>;
export {};
