/**
 * @param fn
 * @internal
 */
export declare function parseFunctionBody(fn: (...args: any[]) => any): string;
