import { HeadersArgs } from '../types'; import { ApiOPtions } from './'; export declare class ImageServerApi { private api; constructor(options: ApiOPtions); getServiceAttachments: (authorization: HeadersArgs, serviceId: number) => any; } //# sourceMappingURL=imageServer.d.ts.map