import { overridePackagePathResolution as overridePackagePathResolution$1, OverridePackagePathResolutionOptions as OverridePackagePathResolutionOptions$1, PackagePathResolutionOverride as PackagePathResolutionOverride$1 } from '@backstage/backend-plugin-api/testUtils'; /** * @public * @deprecated This function is deprecated and will be removed in future release, see https://github.com/backstage/backstage/issues/24493. * Please use the `overridePackagePathResolution` function from the `@backstage/backend-plugin-api/testUtils` package instead. */ declare const overridePackagePathResolution: typeof overridePackagePathResolution$1; /** * @public * @deprecated This type is deprecated and will be removed in a future release, see https://github.com/backstage/backstage/issues/24493. * Please use the `OverridePackagePathResolutionOptions` type from the `@backstage/backend-plugin-api/testUtils` package instead. */ type OverridePackagePathResolutionOptions = OverridePackagePathResolutionOptions$1; /** * @public * @deprecated This type is deprecated and will be removed in a future release, see https://github.com/backstage/backstage/issues/24493. * Please use the `PackagePathResolutionOverride` type from the `@backstage/backend-plugin-api/testUtils` package instead. */ type PackagePathResolutionOverride = PackagePathResolutionOverride$1; export { type OverridePackagePathResolutionOptions, type PackagePathResolutionOverride, overridePackagePathResolution };