export declare function shortenAddress(address: string, length: number): string;
export declare function decodeHandle(assetname: string): string;
export declare function checkUTxOHealth(utxos: string[]): {
    totalScore: number;
    lockedLovelace: number;
};
