import { z } from 'zod'; export declare enum ChatType { GROUP = 1, DIRECT = 0 } export declare const XSigCredentialsSchema: z.ZodObject<{ startTime: z.ZodString; uid: z.ZodString; deviceId: z.ZodString; data: z.ZodUnion, Buffer>]>; }, z.core.$strip>; export declare const TokenPayloadSchema: z.ZodObject<{ auth_token: z.ZodString; iat: z.ZodNumber; exp: z.ZodNumber; }, z.core.$strip>; export type Safe = NonNullable>>; export type Defined = NonNullable>; export type MayUndefined = T | undefined; export type HeadersType = Record; export type XSigCredentials = z.infer; export type TokenPayload = z.infer; //# sourceMappingURL=private.d.ts.map