import { TypeAssertionMap } from '../../types';
export declare function generateTypeScriptCode(types: TypeAssertionMap): string;
