/** * `plugin.getOptions()` method */ export type GetOptions = (input: never, full: boolean) => unknown /** * `plugin.isOptions()` method */ export type IsOptions = (input: unknown) => boolean