import * as Specification from "../../specification"; export declare class DataflowExtractor { extract(mark: Specification.Mark): void; }