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