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