export declare type DaiAuthenticationKeyType = 'UNKNOWN' | 'API' | 'HMAC';
