type ExtensionFactoryFunction = (instance: ExtensionOptions, api: ExtensionAPI) => { destroy: () => void; }