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