import { Initialisable, UrlInput } from '../models';
export declare function RestClient(baseUrl?: UrlInput): (constructor: Initialisable) => void;
