import { UserOperationStruct } from "@account-abstraction/contracts";
export declare function printOp(op: UserOperationStruct): Promise<string>;
