import type { HostedEpmRecord } from './identity'; /** * Protected local-node helper for deriving public child keys from an xpub. * Public web presenters intentionally display only keys already published in * an EPM and never import this module. */ export declare function deriveHostedEpmRecordKeysFromXpub(record: HostedEpmRecord): Promise; export declare function deriveEpmJsonKeysFromXpub(input: Record): Promise>; //# sourceMappingURL=peer-identity-derivation.d.ts.map