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