interface Options {
    port?: number;
    path?: string;
}
declare function nextFusePlugin(options?: Options): (nextConfig?: any) => any;

export { nextFusePlugin };
