/** * Normalizes an array of app IDs by trimming whitespace and removing empty strings. * Returns a Set to ensure uniqueness. */ export declare function normalizeAppIds(appIds?: string[]): Set; //# sourceMappingURL=normalize.d.ts.map