export default interface ExternalDataSource { getName(): string; refresh(): Promise; output(): string; getCronExp(): string; }