import type { ServiceStructOutput } from '../contract'; export declare abstract class Extractor { abstract getSvcInfo(): Promise; abstract getInputCount(content: string): Promise; abstract getOutputCount(content: string): Promise; } //# sourceMappingURL=extractor.d.ts.map