import { TwitterAuth } from './auth'; import { Profile } from './profile'; import { QueryProfilesResponse } from './timeline-v1'; export declare function getFollowing(userId: string, maxProfiles: number, auth: TwitterAuth): AsyncGenerator; export declare function getFollowers(userId: string, maxProfiles: number, auth: TwitterAuth): AsyncGenerator; export declare function fetchProfileFollowing(userId: string, maxProfiles: number, auth: TwitterAuth, cursor?: string): Promise; export declare function fetchProfileFollowers(userId: string, maxProfiles: number, auth: TwitterAuth, cursor?: string): Promise; //# sourceMappingURL=relationships.d.ts.map