export declare class EntradaCidiCom { Id_App: number; Pass_App: string; HashCookie: string; TimeStamp: string; TokenValue: string; constructor(Id_App: number, Pass_App: string, HashCookie: string, TimeStamp: string, TokenValue: string); }