export interface DocEntry { title: string; content: string; } export declare const DOCS: Record; export declare const TOPIC_LIST: string[]; //# sourceMappingURL=content.d.ts.map