import { IMutable, IOptions, IStatic } from "./IStatement"; import Type from "./Type"; export declare class DiscourseStatement implements IMutable { readonly type: Type.Statement; statement: DataMutable; constructor({ statement, factory }: IOptions); } export declare const klass: IStatic; export { IOptions, DiscourseStatement as Statement }; export default DiscourseStatement;