export * as reporter from './reporter';
export * as config from './config';
export function run(): Promise<void>;