import * as ts from 'typescript'; export declare const parseMethod: (nodes: ts.MethodDeclaration[], methodName: string) => ts.MethodDeclaration;