/**
 * Flowtype definitions for getExtendedPublicKeys
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type { ValidBIP32Path, Version } from "../types/internal";
import type { ExtendedPublicKey } from "../types/public";
import type { Interaction } from "./common/types";
declare export function getExtendedPublicKeys(
  version: Version,
  paths: Array<ValidBIP32Path>
): Interaction<Array<ExtendedPublicKey>>;
