import type { ExtractorConfig, Source, Node } from './types'; export declare class Extractor { config: ExtractorConfig; constructor(config: Partial); private fetchFigma; private fetchFile; private fetchImageLinks; private fetchImage; private mapNode; private filterNodes; extract(source: Source): Promise; } export { Node, NodeInfo, ExtractorConfig, Source } from './types'; //# sourceMappingURL=index.d.ts.map