import type * as ManifestNamespace from '@ui5/manifest/types/manifest.js';
export type { ManifestNamespace };
export type Manifest = ManifestNamespace.SAPJSONSchemaForWebApplicationManifestFile;
export interface AnnotationFile {
    dataSourceUri: string;
    fileContent: string;
}
//# sourceMappingURL=index.d.ts.map