interface SetRestartOpts { base_url: string; delay?: number; } declare const _default: (opts: SetRestartOpts) => Promise; export default _default;