import { RestAPIVerbs } from '../../enums'; export declare class RestServiceArgs { Url: string; Type: RestAPIVerbs; data?: T; }