import type { Fn, StringForLogs } from '../../types/internal';
/**
 * Get custom function string presentation for logs.
 */
export declare const getFunctionPresentationForLogs: (fn: Fn) => StringForLogs | string;
