import * as reflect from 'jsii-reflect'; import { MethodSchema } from '../schema'; import { Transpile } from '../transpile/transpile'; export declare class InstanceMethod { private readonly transpile; private readonly method; private readonly transpiled; private readonly parameters; constructor(transpile: Transpile, method: reflect.Method); toJson(): MethodSchema; }