import type { Rule } from '@angular-devkit/schematics'; interface ProjectStructureOptions { project: string; prefix: string; } export declare function projectStructure(options: ProjectStructureOptions): Rule; export {};