export declare type AlchemyReingestContractResponse = { /** * Contract address to refresh */ contractAddress?: string; progress?: string | null; reingestionState?: string; };