export type AccountByHomeIdRequest = { homeAccountId: string; }; export type AccountByLocalIdRequest = { localAccountId: string; }; export type AccountByUsernameRequest = { username: string; }; //# sourceMappingURL=AccountRequests.d.ts.map