declare function validateSetting(key: string, value: unknown): string | null; declare function coerceValue(key: string, value: unknown): unknown; declare const _default: { validateSetting: typeof validateSetting; coerceValue: typeof coerceValue; }; export = _default;