/** * This class is used to store the API Paths for the application */ export declare class DATASOURCES { static QUEUES: string; static DICTIONARY: string; static ACTIONS: string; static WIDGET: string; static APIMANAGEMENT: string; static APPLICATION: string; static DOCUMETS: string; static RATIONALE: string; static Template: string; static QUEUESAPICONFIG: string; static DELETEDICTIONARYITEM: string; static APPLICATION_QUEUE_SEARCH: string; }