import type { UserProfile } from "./types"; export declare function renderUserProfileMarkdown(profile: UserProfile): string; //# sourceMappingURL=userProfileRender.d.ts.map