import { AccountEarningsResponse } from "../../services/subgraph/responses";
export declare const DEFAULT_ACCOUNT_EARNINGS_RESPONSE: AccountEarningsResponse;
export declare const createMockAccountEarningsResponse: (overwrites?: Partial<AccountEarningsResponse>) => AccountEarningsResponse;
