import * as tsc from 'typescript';
export declare function getJestConfig(root: any): any;
export declare function getTSConfig(globals: any, collectCoverage?: boolean): tsc.CompilerOptions;
