export default function functionToRFO(fn: any): { __function: { type: string; name: any; params: any; body: any; }; };