import { Contract, Output } from './types.js'; export declare const transform: (data: Contract | any) => Promise; export default transform;