import { CountryCodeService } from './country-code.service';
export declare class CountryCodeController {
    private readonly countryCodeService;
    constructor(countryCodeService: CountryCodeService);
    findAll(): Promise<any>;
}
