export declare class SetAuthentication { authenticationInfo: any; static readonly type = "[Authentication] Set"; constructor(authenticationInfo: any); } export declare class DeleteAuthentication { static readonly type = "[Authentication] Delete"; constructor(); }