export declare class AboutUserService { private omniaContext; private graphClient; getUserBirthday: (userLoginName: string) => Promise; }