declare function link(link: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; declare function email(email: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; export { link, email }; //# sourceMappingURL=web.d.ts.map