import type { AlchemyContractMetadataForOwner } from './AlchemyContractMetadataForOwner'; export declare type AlchemyGetContractsForOwnerResponse = { contracts?: Array; pageKey?: string | null; totalCount?: number; };