import { Structure } from './types.js'; declare function writeStructureWorker(structure: Structure, basePath: string): Promise; export { writeStructureWorker };