import { Options } from '../../shared/types.js'; declare function writeStructure(options: Options): Promise; export { writeStructure };