export default class Shared { private readonly factory; private shared; constructor(factory: () => Promise); get(): Promise; }