/**
 * Change ID in a string
 */
declare function changeIDInString(value: string, oldID: string, newID: string): string;
export { changeIDInString };