import { MessageDefinition } from '../../../core/types.js';

declare const AIRLINK_AUTH_RESPONSE_ID = 52001;
declare const AIRLINK_AUTH_RESPONSE_CRC_EXTRA = 0;
declare const AirlinkAuthResponseDefinition: MessageDefinition;
interface MessageAirlinkAuthResponse {
    resp_type: number;
}

export { AIRLINK_AUTH_RESPONSE_CRC_EXTRA, AIRLINK_AUTH_RESPONSE_ID, AirlinkAuthResponseDefinition };
export type { MessageAirlinkAuthResponse };
