/** * The plugin can be configured using the following options: */ export interface PluginInitOptions { exampleOption: string; }