import type { ProfileId } from './types.js'; export declare const TECHNICAL_ROLE_IDS: ProfileId[]; export declare const FUNCTIONAL_ROLE_IDS: ProfileId[]; export declare const ROLE_PROFILE_IDS: ProfileId[]; export declare const PRODUCT_PROFILE_IDS: ProfileId[]; /** @deprecated Use PRODUCT_PROFILE_IDS. Retained for source compatibility with extension consumers. */ export declare const CLOUD_PROFILE_IDS: ProfileId[];