import ts from 'typescript';
declare const getMainMethodName: (nodes: ts.Node[]) => string;
export default getMainMethodName;
