/** * represents a timestamp identifier (TID) */ export type Tid = string; export declare const isTid: (input: unknown) => input is string; //# sourceMappingURL=tid.d.ts.map