import type { Config } from '../config/schema.js'; export declare function applyLanPairingGatewayPatch(config: Config): { ok: true; changed: boolean; } | { ok: false; message: string; };