import * as ts from "typescript"; /** * Provide a function statement as plain text, receive a * method declaration. */ export declare function typescriptMethodFromText(functionText: string): ts.MethodDeclaration;