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: SignRegisterOptions;
let returnType: Promise<Hex>;
A promise that resolves to the signature.