import { ManifestValidationResult } from './types'; import { ManifestSchema } from './schema/manifest'; import { BasicManifestSchema } from './schema/basic-manifest'; export * from './builder'; export * from './processor'; export * from './scopes'; export * from './text'; export * from './types'; export * from './utils'; export * from './validators'; export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch, Providers, Backend, Client, Frames, Navigation, Images, Media, Services, Containers, Scripts1, Styles1, Scopes, Content1, Fonts, Translations, ForgeSupportedLocaleCode, External } from './schema/manifest'; export declare const validate: (basic?: boolean, manifest?: string | undefined) => Promise>; //# sourceMappingURL=index.d.ts.map