import { type AuthService } from '../src/types.ts';
declare let auth: AuthService;
export { auth as default };
