export type TeamsInfoProps = { teamId: string; } | { teamName: string; }; export declare const isTeamsInfoProps: import("ajv").ValidateFunction; //# sourceMappingURL=TeamsInfoProps.d.ts.map