export declare class BaseService {
    protected formatPhoneNumber(phoneNumber: string): string;
    protected isNetworkError(response: unknown): boolean;
}
//# sourceMappingURL=baseService.d.ts.map