import { INVALID_ID } from '../../../utilities/private/constants.js';
export type Id = typeof INVALID_ID | string;
//# sourceMappingURL=types.d.ts.map