getAccountsResultSchema: ArraySchema<ObjectSchema<{
    address: StringSchema<undefined>;
    publicKey: StringSchema<undefined>;
    purpose: EnumSchema<typeof AddressPurpose, undefined>;
    addressType: EnumSchema<typeof AddressType, undefined>;
    walletType: PicklistSchema<readonly ["software", "ledger"], undefined>;
}, undefined>, undefined> = ...