import IAnnotationManager from "./annotationManager.js"; export default class LocalAnnotationManager implements IAnnotationManager { process(_baseAppManifest: any, _appVariantId: string, _prefix: string): Promise>; }