export interface OwnershipNetworkFreeResult { ico: string; network_size: number; shared_role_link_count: number; coverage_pct: number; as_of: string | null; _teaser: true; } export declare function getOwnershipNetwork(ico: string, opts: { level: 'summary'; }): Promise; //# sourceMappingURL=ownership-network.d.ts.map