export declare class IPTGeneralService {
    httpOptions: any;
    baseUrl(): string;
    generateRequestParams(param: any): void;
}
