import { Construct } from '../construct-compat';
/**
 * A custom resource provider for CFN utilities such as `CfnJson`.
 */
export declare class CfnUtilsProvider extends Construct {
    static getOrCreate(scope: Construct): string;
}
