import ts from 'typescript';
export declare const getSrcDir: (sourceFile: ts.SourceFile) => string;
export declare const getRoutesDirs: (sourceFile: ts.SourceFile, srcDir: string) => string[];
