export declare enum ServiceEnum { SERVICE_INVALID = 0, SERVICE_FACEBOOK = 1, SERVICE_GOOGLE = 2, SERVICE_APPLE = 3 }