export declare const nameRx: RegExp; export declare function isName(val: string): boolean; export declare const personIdRx: RegExp; export declare function isPersonId(val: string): boolean; export declare const byuIdRx: RegExp; export declare function isByuId(val: string): boolean; export declare const netIdRx: RegExp; export declare function isNetId(val: string): boolean;