I use Krita too! It can export to psd but not psb, but there is a way to convert between the two. Export to PSD then convert the file to PSB using "magick". https://imagemagick.org/index.php
Idk if you can convert with the GUI but I do it from the terminal like so: "magick convert my_image.psd my_image.psb"