import { Block } from 'decaffeinate-coffeescript2/lib/coffeescript/nodes';
/**
 * Run the CS1 parser and convert the resulting AST into a CS2-compatible AST.
 */
export default function parseCS1AsCS2(source: string): Block;
