export type LinkType = (typeof linkTypes)[number]; export declare const linkTypes: readonly ["Exploratrice", "Forgejo"]; export declare function urlFromLegalId(linkType: LinkType, baseUrl: string, id: string): string;