import { AppState } from '../../common/reducers';
export declare const validateCallsign: (state: AppState) => (callsign: string) => string[];
