/** 运行时校验可选配置对象,避免字符串、数组或 null 被静默当成默认配置。 */ export declare function assertOptionalRecord(value: unknown, label: string): void;