import { ServiceInformation } from '../types/helper';
export declare function getServicesPaths(): string[];
export declare function readServiceDir(dirPath: string): string[];
export declare function getServiceInformation(servicePath: string): ServiceInformation | null;
