import type { ScrapeLinktreeProfile } from "./types";
export declare function scrapeLinktreeAccount(username: string): Promise<ScrapeLinktreeProfile>;
