import { type AccountDescriptor, type UR } from '../types'; export declare const parseAccount: (ur: UR) => AccountDescriptor;