/**
 * Checks if a UI5 control ID is unique across XML files (fragments and views).
 *
 * @param id - ID to check
 * @param files - Array of XML file contents to check
 * @returns true if the id is unique (available), false if it already exists
 */
export declare function isUI5IdUnique(id: string, files: string[]): boolean;
//# sourceMappingURL=ui5-xml-id-validator.d.ts.map