export declare const fqnToGithubAndDocs: (fqn: string) => { githubUrl: string | null; docUrl: string | null; constructName: string | null; };