declare const is: (data: string) => boolean;
export default is;
