import { InjectionToken } from '@angular/core';
export declare const CONTENT_FILES_TOKEN: InjectionToken<Record<string, () => Promise<string>>>;
