export interface Team { email?: string; name: string; } export declare const defaultTeam: () => Team;