import { CacheFake } from '@atlex/cache'; import type { Application } from '@atlex/core'; /** * Install {@link CacheFake} on the container (spy-style alias). * * @param app - Application instance. * @returns Active {@link CacheFake}. */ export declare function cacheSpy(app: Application): CacheFake; //# sourceMappingURL=CacheSpy.d.ts.map