type AnyFunction = (...args: any[]) => any; export declare const convert: (data: any, ...fns: AnyFunction[]) => any; export {};