import { LinkCardFetchContext } from './types'; export declare function camelcaseKeys(obj: any): T; export declare function fetchJsonWithContext(url: string, context?: LinkCardFetchContext, provider?: string, init?: RequestInit): Promise; export declare function fetchGitHubApi(url: string, context?: LinkCardFetchContext): Promise; export declare const LanguageToColorMap: Record; export declare const bangumiTypeMap: Record; export declare const allowedBangumiTypes: string[]; export declare function generateColor(str: string, saturation?: [number, number], lightness?: [number, number]): string; export declare function stripMarkdown(text: string): string; //# sourceMappingURL=utils.d.ts.map