import type { IService } from '../domain'; export declare class ServicesReader { static getServices(account: string, region: string): PromiseLike; }