import types from './types'; declare function fnParams(fn: types.AnyFn | string): string[]; export default fnParams;