/** * Fallback map for pinned-name detection: CloudFormation resource types whose * user-settable NAMING property cannot be derived from the registry schema's * `primaryIdentifier` — the identifier is a generated attribute (ARN, URL, ID) * that never appears in a template's Properties. * * Consulted by @fjall/deploy-core's pinned-name detector AFTER the * primaryIdentifier derivation fails to yield a template property. Keep this * map small: types whose primaryIdentifier IS the naming property * (DBInstanceIdentifier, TableName, BucketName, RepositoryName, …) must NOT be * added here. */ export declare const PHYSICAL_NAME_FALLBACK_PROPERTIES: Readonly>;