import jscodeshift from 'jscodeshift';
/**
 * Exposes the finale shared by all transformers.
 * @return the ast.toSource that should be returned to jscodeshift.
 */
export default function finale(fileInfo: any, j: jscodeshift.JSCodeshift, ast: any, transformerOptions: any, testFunctionName?: string): any;
