import { ProviderDto } from './models'; export declare class ProviderDtoEmpty implements ProviderDto { name: string; contact: string; }