export interface CodeBlock { source: string; language: string; } //# sourceMappingURL=types.d.ts.map