type ExtensionFactoryFunction = (instance: ExtensionOptions, context: ExtensionContext) => { destroy: () => void; }