import { Source } from './Source'; export interface ComponentInterface { /** * @param {string} entry * @returns {Promise} */ getSource(entry: string): Promise; }