import { WcaId } from '../models';
export declare function isWcaId(wcaId: string): wcaId is WcaId;
