export declare const tasks: import("@plugjs/plug").Build<{ overwrite: string; /** Copy all resources from the `resources/` directory into the target */ resources(): Promise; /** Setup dependencies and build script into target `package.json` */ packages(): Promise; /** Bootstrap the project */ bootstrap(): Promise; }>;