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