/**
 * Supported resource type.
 */
export declare enum CfnUtilsResourceType {
    /**
     * CfnJson
     */
    CFN_JSON = "Custom::AWSCDKCfnJson",
    /**
     * CfnJsonStringify
     */
    CFN_JSON_STRINGIFY = "Custom::AWSCDKCfnJsonStringify"
}
