import { ITargetMutable } from "@ef-carbon/classification"; import { InputType } from "@ef-carbon/input"; import { IMutable, IOptions, IStatic } from "./IExpected"; import Type from "./Type"; export declare class DiscourseExpected implements IMutable { readonly type: Type.Expected; statement: DataMutable; suggestions: Array | undefined; expected: Array; hint: Array | undefined; constructor({ statement, suggestions, expected, hint, factory }: IOptions); } export declare const klass: IStatic; export { IOptions, DiscourseExpected as Expected }; export default DiscourseExpected;