import type { Project } from '../classes.project.js';
export declare const run: (projectArg: Project) => Promise<void>;
/**
 * Example npmextra.json configuration:
 * {
 *   "gitzone": {
 *     "format": {
 *       "copy": {
 *         "patterns": [
 *           {
 *             "from": "src/assets/*",
 *             "to": "dist/assets/",
 *             "preservePath": true
 *           },
 *           {
 *             "from": "config/*.json",
 *             "to": "dist/"
 *           }
 *         ]
 *       }
 *     }
 *   }
 * }
 */ 
