import { SocialConfig, SocialPlatformTemplate } from '../type';
export declare const DefaultSocialPlatformTemplates: SocialPlatformTemplate[];
export declare const DefaultSocialConfig: SocialConfig;
export declare function decodeSocialConfig(social: any): SocialConfig;
export declare function getSocialPlatformTemplate(id: string): SocialPlatformTemplate | undefined;
export declare function getAvailableSocialPlatforms(): string[];
