import { AuthenticatedUserSession, AuthenticationResponse } from '@studiohyperdrive/types-auth';
/**
 * Returns a mock authentication response
 */
export declare const NgxAuthenticationResponseMock: AuthenticationResponse<{
    name: string;
}, AuthenticatedUserSession<'A' | 'B', 'Admin' | 'User'>, {
    requestPassword: boolean;
}>;
