export declare const API_LIST_DESTINATION_PATH = "/api/listDestinations?$format=json"; export declare const DESTINATION_PATH = "/destinations"; export declare const API_MANAGEMENT_PATH = "/odata/1.0/data.svc/APIMgmt."; export declare const logger: { fatal: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; debug: (message: string) => void; trace: (message: string) => void; getChildLogger: (opts: any) => any; }; export declare const ODATAV4 = "odatav4"; export declare const ODATAV2 = "odatav2";