export declare abstract class DataSourceIds { static readonly CSV = "__CSV"; static readonly Excel = "__EXCEL"; static readonly JSON = "__JSON"; static readonly LOCALFILE = "__LOCAL"; }