import type Options from './Options.js';
export default function run(options: Options): Promise<void>;
