export interface AccountApiClient { id: string; secret: string; }