import { GenerableType } from '../../../Config/exports/Mapping';
/**
 * Interface for evaluating generable component's properties.
 */
export interface Evaluable<ResultType> {
    evaluate(ctx?: GenerableType): ResultType;
}
//# sourceMappingURL=Evaluable.d.ts.map