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