export declare const footer: (repo: string) => { title: string; items: ({ title: string; url: string; openExternal: boolean; description?: undefined; } | { title: string; description: string; url: string; openExternal: boolean; })[]; }[]; //# sourceMappingURL=index.d.ts.map