export declare const RegistrationBuild: any; export declare class RawApplier { static applyChanges(changeHandlers: any[], manifest: any, changes: AppDescriptorChange[], strategy: any): Promise; } export declare class AppDescriptorChange { constructor(change: any); getLayer(): string; getChangeType(): string; } export declare class V2MetadataConverter { convertXMLMetadata(jsdom: any): any; } export declare class V4MetadataConverter { convertXMLMetadata(jsdom: any): any; } export declare class URI { constructor(relativeUrl: string); absoluteTo(url: string): string; static parse(url: string): { path: string }; }