declare namespace _default { export { serialize }; } export default _default; declare function serialize(obj: any, cfg: any, fd: any, pre: any): any;