import type { PluginOptions } from 'sv-print'; declare function plugin(config?: any): PluginOptions; export default plugin; export { }