import { SocialInterface } from "../intefraces/social.interface"; export declare class SocialModel implements SocialInterface { site_url: string; }