declare const isIllegalName: (name: string) => boolean;
export default isIllegalName;
