import type { ValidBIP32Path, Version } from '../../types/internal'; import type { ExtendedPublicKey } from '../../types/public'; import type { Interaction } from '../common/types'; export declare function getExtendedPublicKeysV7(version: Version, paths: Array): Interaction>; //# sourceMappingURL=getExtendedPublicKeys.d.ts.map