/** * Resolve the workspace ability client registry path, preserving JS registries * when older projects already use them. */ export declare function resolveAbilityRegistryPath(projectDir: string): Promise; /** * Rewrite the generated ability client registry while preserving existing * generated entries and extension-suffixed exports. */ export declare function writeAbilityRegistry(projectDir: string, abilitySlug: string): Promise;