import type from './type'; declare function fnArgs(types: string[], args: any): void; export default fnArgs;