declare const is: (patterns: string | string[], value: string) => boolean;
export default is;
