/** * Wrap the given stringified contents in a stringified TypeScript module, * using the given module name * @public */ export default function typescriptModuleGenerator(moduleName: string, moduleContents: string): string;