import { Balance } from "../..";
export declare const createMockBalance: (overwrites?: Partial<Balance>) => Balance;
