import ts from 'typescript';
export declare const getSrcDir: (sourceFile: ts.SourceFile) => string;
