import { Statement, StatementObject } from "."; export interface SubStatement extends Omit { objectType: "SubStatement"; object: Exclude; }