import { ZoneIdString } from '../ZoneId.js'; export declare function isValidZoneIdString(zoneIdString: any): zoneIdString is ZoneIdString;