export declare const resolveCollectionByPackage: (packageId: string) => Promise<{ collectionId: string; mintCapId: string; feesIds: string[] | undefined; marketplaceIds: string[] | undefined; listingIds: string[] | undefined; marketIds: string[] | undefined; inventoryIds: string[] | undefined; } | { collectionId: undefined; mintCapId: undefined; feesIds: never[]; marketplaceIds: never[]; listingIds: never[]; marketIds: never[]; inventoryIds: never[]; }>;