import { Provider } from'@angular/core';
/**
* Provides testing services for the `SkyHref` directive and route resolver.
* @param options Set whether the user has access to the route.
*/exportdeclarefunctionprovideHrefTesting(options?: {
userHasAccess: boolean;
}): Provider[];