export {}; declare global { interface String { mask(num?: number, str?: string): string; } }