import { Service, ServiceResponse } from '../interfaces'; export declare const getAllServices: (accessToken: string) => Promise; export declare const getOneService: (accessToken: string, id: string) => Promise;