export interface StepperOutcome { ret_code: number; data: Uint8Array; next_peer_pks: string[]; } //# sourceMappingURL=stepperOutcome.d.ts.map