export type ProjectPaths = { project: { root: string; config: string; secrets: string; modules: string; manifests: string; }; tool: { root: string; templates: string; emulator: string; }; };