import { UsersService } from './users.service';
import { EAuthType } from '../enums/authentication.enum';
export declare class ProviderUsersService extends UsersService {
    static path: string;
    type: EAuthType;
}
