/** * Clear stale activation files from the generacy-data Docker volume. * Used when --claim is provided to ensure fresh activation on re-add. * * Removes: cluster-api-key, cluster.json, wizard-credentials.env * Non-fatal: returns false on failure (compose up will also fail). */ export declare function clearStaleActivation(composeName: string): boolean; //# sourceMappingURL=volume-cleanup.d.ts.map