RegisteredPlugins
Signature
export type RegisteredPlugins = SeyfertRegistry extends { plugins: infer T extends readonly AnySeyfertPlugin[];} ? T : readonly [];Members
This export does not declare public properties or methods in the generated declaration file.