/** project definition */ export declare class Info { title?: string; markdownUrl?: string; tabs?: Info[]; }