export declare const C1_WEIGHTS: number[];
export declare const C2_WEIGHTS: number[];
/**
 * Validates the given nin
 *
 * @param nin
 */
export declare function validateNin(nin: string): boolean;
