import { CallWithConcurrentERC2771Struct, CallWithERC2771Struct } from "../types"; import { SafeRequestPayload } from "../../types"; export declare function safeTransformStruct(struct: CallWithERC2771Struct): SafeRequestPayload; export declare function safeTransformStruct(struct: CallWithConcurrentERC2771Struct): SafeRequestPayload;