export type InjectionResult = 'injected' | 'already-present' | 'no-config' | 'error'; export declare function injectSuperpowersTddRules(projectPath: string): Promise; //# sourceMappingURL=superpowers-config.d.ts.map