/** * Represents possible values of the plugin option `target`. */ export type Target = "js" | "ts" | "dts";