/**
 * Check if content has IDs to replace
 */
declare function checkForUniqueIDs(content: string): boolean;
export { checkForUniqueIDs };