import { type CacheService } from '../types.ts'; export declare function registerViewBindings(manager: CacheService): Promise;