export interface Signer { readonly account: AddressString; readonly scopes: WitnessScope; readonly allowedContracts?: readonly AddressString[]; readonly allowedGroups?: readonly PublicKeyString[]; }