import { State } from '../State'; import * as types from '../types'; /** */ export declare class Include extends types.Base { static mayContain: () => types.BaseClass[]; init(state: State): void; id: string; schemaLocation: string; } /** */ export declare class Import extends Include { init(state: State): void; namespace: string; }