ExtendedAccountInfo: Omit<AccountInfo<Buffer>, "owner" | "data" | "rentEpoch"> & {
    data: string;
    owner: string;
    rentEpoch: number;
}