import { Contribution } from '../Contribution'; export declare class ContributionsResponse { data: Contribution; included: any[]; }