export interface NativeConfig { [name: string]: string | undefined } export const Config: NativeConfig export default Config