import * as ts from 'typescript'; export declare function ensureMethodExists(classNode: ts.ClassDeclaration, methodName: string): ts.ClassDeclaration;