import * as valita from '../../../shared/src/valita.ts'; /** * The ID describing a group of clients. All clients in the same group share a * persistent storage (IDB). */ export type ClientGroupID = string; export declare const clientGroupIDSchema: valita.Type; /** * The ID describing a client. */ export type ClientID = string; export declare const clientIDSchema: valita.Type; //# sourceMappingURL=ids.d.ts.map