/** * Get the names of the parameters of the given function. * @param fn */ export declare function getParameterNames(fn: any): string[];