import { signUserOperation } from "./signUserOperation.js"; import { toSafeSmartAccount } from "./toSafeSmartAccount.js"; export declare const SafeSmartAccount: { toSafeSmartAccount: typeof toSafeSmartAccount; signUserOperation: typeof signUserOperation; }; export type { SafeSmartAccountImplementation, SafeVersion, ToSafeSmartAccountParameters, ToSafeSmartAccountReturnType } from "./toSafeSmartAccount.js"; //# sourceMappingURL=index.d.ts.map