import { Plugin } from 'vite'; import { CompilerContext } from '../context/index.ts'; /** * Plugin to set the base URL for assets in the package * * @remarks * In `@arcgis/storybook-utils` this plugin is removed so that the original * base URL is used (./) */ export declare const setAssetPath: (context: CompilerContext) => Plugin;