declare function mask(cc: number | string, num?: number, mask?: string): string;

export { mask };
