import type { AppManifest } from '@ankhorage/contracts'; export * from './auth'; export * from './types'; export declare function applySystemTemplates(manifest: AppManifest): AppManifest; //# sourceMappingURL=index.d.ts.map