import type { MethodMap } from './state';
export declare function convertMethodToFunction(code: string, properties: MethodMap, lexicalArgs: string[]): string;
