import { n as ImprensaSocialService, t as ImprensaSocialLink } from "../socials-BIszPk-A.mjs"; import { t as ImprensaShikiOptions } from "../shiki-DG00KVdn.mjs"; //#region src/docs/config.d.ts declare const socials: ImprensaSocialLink[]; declare const shiki: ImprensaShikiOptions; declare const hostname = ""; declare const shikiThemes: { light: string; dark: string; }; declare const siteName = "Imprensa"; declare const logoSrc = "/logo.svg"; declare const topLevelSplit = false; //#endregion export { type ImprensaSocialLink, type ImprensaSocialService, hostname, logoSrc, shiki, shikiThemes, siteName, socials, topLevelSplit };