import { ParsedSourceFile } from './model';
export declare function generateUnitTest(path: string, _sourceCode: string, input: ParsedSourceFile): any;
