/** * Original work Copyright (c) 2018 PoC-Consortium * Modified work Copyright (c) 2019 Burst Apps Team * Modified work Copyright (c) 2021 Signum Network */ /** * @internal * Converts -XXXX-XXXX-XXXX-XXXXX into numeric Id * @param address The Reed-Solomon address * @return The numeric id, or undefined if address is invalid * */ export declare const convertReedSolomonAddressToNumericId: (address: string) => string;