import { AuthHttp } from '@ztarmobile/zwp-services-auth'; import * as i0 from "@angular/core"; export interface ISupportService { createTicket(body: any): Promise; } export declare class SupportService implements ISupportService { private endpointUrl; private http; constructor(endpointUrl: string, http: AuthHttp); createTicket(body: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }