export declare type DaiAuthenticationKeyStatus = 'UNKNOWN' | 'ACTIVE' | 'INACTIVE';
