import type { AppManifest } from '@ankhorage/contracts'; export declare function supportsGlobalAuthSystemTemplate(manifest: AppManifest): boolean; export declare function applyGlobalAuthSystemTemplate(manifest: AppManifest): AppManifest; //# sourceMappingURL=global.auth.system.tpl.d.ts.map