export declare const cleanTin: (tin: string | undefined, country: string | undefined) => string | undefined;