import { type Rule } from '@angular-devkit/schematics'; /** * Clean files generated to standalone SDK * @param targetPath Path where the SDK has been generated */ export declare function cleanStandaloneFiles(targetPath: string): Rule; //# sourceMappingURL=clean-standalone-rule.d.ts.map