declare function sanitization(cep: string): string;
export { sanitization };
