import { NameResponse } from "./types"; export declare const isFound: (res: NameResponse) => boolean; export declare const getLen: (res: NameResponse) => number; export declare const REGEX_PLAYER_ID_MASK: RegExp;