import { SimplifiedFeature } from './feature';
/**
 * Given the provided features list, will compile it into a TypeScript template.
 * @param features List of key/value pairs
 * @return {string} TypeScript template
 */
export declare const getCompiledTypeScriptTemplateForFeatures: (features: SimplifiedFeature[]) => string;
