import { GeneratorOptions } from '../options'; import { GeneratedType } from './types'; export declare function formatCode(options: GeneratorOptions, code: string): string; export declare const BANNER = "/* tslint:disable */\n"; export declare function combineSourceWithImports(options: GeneratorOptions, generated: GeneratedType, targetPath: string[]): string;