import { Plugin } from 'vite';
import { Config } from './types';

export default function remoteFnPlugin(config?: Partial<Config>): Plugin;
