import { Anotation } from './anotation'; export declare class Cpf implements Anotation { document: string; constructor(value: string); validate(): boolean; }