import * as i0 from "@angular/core";
export declare class CpfService {
    constructor();
    validate(cpf: any): boolean;
    generate(): string;
    mod(dividendo: number, divisor: number): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<CpfService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CpfService>;
}
