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