// Stub type definition for the eslint plugin to pass our package validation. // Will revisit this when we fix our package building and packaging process. // eslint-disable-next-line @typescript-eslint/no-explicit-any declare const plugin: any; export = plugin;