import type { CloudFormationResource } from '../../types/analysis.types'; export declare const getConstructPath: (resource: CloudFormationResource, resourceName: string) => string;