declare const LINKTREE_BASE_URL = "https://linktr.ee";
declare const USER_NOT_FOUND = "Oops! We couldn't find the username you're looking for";
export { LINKTREE_BASE_URL, USER_NOT_FOUND };
