/* tslint:disable */ /* eslint-disable */ /** * Returns an array containing all supported language names. */ export function supported_languages(): any[]; /** * Transforms the provided template into a CDK application in the specified * language. */ export function transmute(template: string, language: string, class_name: string, class_type?: string | null): string; export function wasm_init(): void;