import { AbstractService } from '../../common/AbstractService.ts'; export declare class HomeService extends AbstractService { misc(path: string): Promise; }