import type { ProjectInitHook } from "@slicemachine/plugin-kit"; import type { PluginOptions } from "../types"; export declare const projectInit: ProjectInitHook;