export declare class LatestUserAppInfo { id: number; userId: Buffer; deviceOs: string; appVersion: string; createdAt: Date; }