export function computeFile(mochaSuite: any): any;
export function getMethodsByInterface(mochaInterface?: string): {
    suiteMethods: string[];
    testMethods: string[];
};
