import * as reflect from 'jsii-reflect';
import { MethodSchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class InstanceMethods {
    private readonly instanceMethods;
    constructor(transpile: Transpile, methods: reflect.Method[]);
    toJson(): MethodSchema[];
}
