export declare const DESIGN_RESOURCE_SYMBOLIC_APPLICABILITY_PROFILE_CATALOG: "package-subject-property-applicability-v1"; export interface DesignResourceSymbolicApplicabilityProfileV1 { key: string; property_refs: readonly string[]; } export declare const DESIGN_RESOURCE_SYMBOLIC_APPLICABILITY_PROFILES: readonly DesignResourceSymbolicApplicabilityProfileV1[]; export declare function symbolicPropertyProfileKey(propertyRef: string): string; export declare function resolveSymbolicApplicabilityProfiles(profileRefs: readonly string[], label: string): Set;