Signs the register message for Farcaster ID Gateway.
const signature = await signRegister({ account, message });
function signRegister(options: SignRegisterOptions): Promise<Hex>;
The signing options.
let options: { account: Account; message: RegisterMessage };
let returnType: ox__Hex.Hex;
A promise that resolves to the signature.