/**
 * Supported resource type.
 */
export declare const enum CfnUtilsResourceType {
    /**
     * CfnJson
     */
    CFN_JSON = "Custom::AWSCDKCfnJson"
}
