()
| 23 | fetch(expirationDurationSeconds?: undefined | number): Promise<void>; |
| 24 | fetchAndActivate(): Promise<boolean>; |
| 25 | getAll(): Record<string, IConfigValue>; |
| 26 | getBoolean(key: string): boolean; |
| 27 | getNumber(key: string): number; |
| 28 | getString(key: string): string; |
no outgoing calls
no test coverage detected