import BundleError from './BundleError.ts'; /** * @public */ declare class UnmatchedBundleStrategyError extends BundleError { } export default UnmatchedBundleStrategyError;