import { Social } from "modules/user"; export declare type SocialPayload = { [key in keyof Social]?: string; };