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