declare function buildData(data: any): any; declare const _default: { buildData: typeof buildData; }; export default _default;