export declare function loadAllServiceAPI(srcPath: string): Promise<{
    [name: string]: any;
}>;
