declare const getUserTimeline: (profileId: string, limit: number) => Promise; export { getUserTimeline };