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