export type TeamFinanceProfile = {
    id: number;
    teamId: number;
};
//# sourceMappingURL=index.d.ts.map