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