/** * Friendly adjective-animal name suggestion (e.g. "swift-cheetah"), derived * deterministically from a seed (the device id, or serial). Same board → same * suggestion every time, so it's stable and reproducible rather than a fresh * random name on each prompt. Output always matches the alias NAME_RE. */ /** A stable "adjective-animal" name for the given seed. */ export declare function suggestDeviceName(seed: string): string; //# sourceMappingURL=suggestName.d.ts.map