import { PluginAPI, PluginOptions } from '@breezr/core'; export * from './development'; export * from './production'; export default function (api: PluginAPI, options: PluginOptions): void;