import { Twtxt } from './types.ts'; /** * @param twtxt * @returns object containing: following, metadata, twts */ export default function parseTwtxt(twtxt: string): Twtxt;