interface ISignal { extensionVersion: () => Promise; } declare const Signal: ISignal; export default Signal;