import type { loadConfig } from "../config/config.js"; export declare function runGatewayUpdateCheck(params: { cfg: ReturnType; log: { info: (msg: string, meta?: Record) => void; }; isNixMode: boolean; allowInTests?: boolean; }): Promise; export declare function scheduleGatewayUpdateCheck(params: { cfg: ReturnType; log: { info: (msg: string, meta?: Record) => void; }; isNixMode: boolean; }): void;