/**
* Formats a transaction description by removing the nanoId if present
* @param description The original transaction description
* @returns The formatted description with nanoId removed
*/
export declarefunctionformatTransactionDescription(description: string): string;