export interface TranslatedCode { code: string; typings?: string; }