export type ID = string | null | undefined; export interface User { id(): ID; anonymousId(): ID; } //# sourceMappingURL=index.d.ts.map