package org.jbehave.core.parsers;
public interface StoryTransformer {
String transform(String storyAsText);
}