export declare class UserAuthorizedDevice { clientId: number; userId: Buffer; imei: string; createdAt: Date | null; }