export declare const getSlugHexs: (slugs: string[]) => Promise<{ hexs: { slug: string; hex: string; title: string; }[]; cache: Record | undefined; }>;