/// import { MethodReflection } from '@tygen/reflector'; import { PrettyCode } from './prettier'; export declare class MethodPre extends PrettyCode<{ reflection: MethodReflection; }> { render(): JSX.Element; } //# sourceMappingURL=method.d.ts.map