import { TeamCreditInfo } from "../types/team"; import { BaseService } from "./base"; export declare class TeamService extends BaseService { /** * Get the credit info for the team */ getCreditInfo(): Promise; }