import type { Credentials, Session } from '../../domain/index.js'; export type AuthenticateUserResult = Session; export type AuthenticateUser = (credentials: Credentials) => Promise; //# sourceMappingURL=authenticate-user.d.ts.map