import { Service } from '../types';
export declare function ParseService(tokens: string[]): Service;
