/**
 * @param nin
 *
 * @return boolean
 */
export declare function isRegularNinPattern(nin: string): boolean;
