import { ZitadelAuth } from './index.js'; import { Z as ZitadelAuthConfig } from './types-C5b7Bv-t.js'; declare function provideZitadelAuth(config: ZitadelAuthConfig): { provide: string; useValue: ZitadelAuth; }; declare function zitadelGuard(): () => Promise; export { provideZitadelAuth, zitadelGuard };