import { PhraseExtension } from "./PhraseOutput";
/**
 * The simple options configuration
 */
export interface SimpleOptions {
    /**
     * The extensions
     */
    extensions?: PhraseExtension[];
}
