import type { RestartAttempt } from "./restart.js";
export declare function relaunchGatewayScheduledTask(env?: NodeJS.ProcessEnv): RestartAttempt;
