import { Service } from '../../types/service';
export declare function loadService(filePath: string): Promise<Service<string, number, import("../..").Actions, import("../..").Events>>;
