export declare const DimoConstants: { readonly Production: { readonly NFT_address: "0xbA5738a18d83D41847dfFbDC6101d37C69c9B0cF"; readonly RPC_provider: "https://eth.llamarpc.com"; }; readonly Query: { readonly PAGE_SIZE: 100; }; }; export type DimoConstants = typeof DimoConstants.Production | typeof DimoConstants.Query;