/** * Delete the legacy `install-id` file if present. * * The persistent install identity now lives in `identity.json` (see identity.ts, * which bundles installId + signing keys). This removes the pre-`identity.json` * standalone `install-id` file during identity revocation, for installs that * upgraded from the old scheme. New installs never create it. */ export declare function deleteInstallId(dir: string): void; //# sourceMappingURL=install-id.d.ts.map