import type { AnyFunction } from '../types/utility.type'; export declare function getFunctionDetails(fn: AnyFunction): [name: string, parameters: string];