export interface IAveConfig { apikey: string; excludelist: string[] | null; } declare class PpasAveApiHelper { static API_DATE_TZ: string; static API_KEY_HEADER: string; static get resourceType(): { readonly Places: "Places"; readonly DeviceData: "DeviceData"; }; } export { PpasAveApiHelper };