import { User } from "@privy-io/react-auth";
export type LinkAccountInfo = {
    user: User;
};
//# sourceMappingURL=linkaccountinfo.d.ts.map