import { SolidworkOptions } from '../types';
export declare function packFile(file: any, onNode: (data: any) => void, options: SolidworkOptions): Promise<any>;
export declare function pack(options: SolidworkOptions): Promise<any[]>;
