import type { SuiClientTypes } from '@mysten/sui/client'; import type { SuiEventInput, SuiMoveObjectInput } from '@typemove/sui'; export declare function toSuiClientObjects(rawObjects: any[]): Promise; export declare function toSuiClientChangedObjects(rawChanges: any[]): Promise; export declare function toSuiClientEvent(e: any): SuiEventInput; //# sourceMappingURL=to-client-types.d.ts.map