interface ILifecycle {
    extensionVersion: () => Promise<string>;
}
declare const Lifecycle: ILifecycle;
export default Lifecycle;
