import { ISdtfNode } from './ISdtfNode'; export interface ISdtfChunk extends ISdtfNode { name: string; } //# sourceMappingURL=ISdtfChunk.d.ts.map