import { IExtractionOptions } from '../types/options.js'; export default class Extractor { #private; constructor(sharedDir: string); extract({ snapshots, name, ...options }: IExtractionOptions): Promise; private extractFiles; private readConfig; private updatePackage; }