export declare const ServerHooks: {
    ValidateLogin: string;
    LoginSuccess: string;
    LoginError: string;
    AuthenticateSuccess: string;
    AuthenticateError: string;
    LogoutSuccess: string;
    LogoutError: string;
    CreateUserSuccess: string;
    CreateUserError: string;
    ResumeSessionSuccess: string;
    ResumeSessionError: string;
    RefreshTokensSuccess: string;
    RefreshTokensError: string;
    ImpersonationSuccess: string;
    ImpersonationError: string;
    ResetPasswordSuccess: string;
    ChangePasswordSuccess: string;
};
