declare module fb { class KundoLink extends fb.ResourceBase { Link: string; static $rootName: string; constructor(data: any); } }