import { FSPAService } from "../models/fspa-items"; declare class FSPAServiceConstructor { scannedServices: FSPAService[]; start(): Promise; private build; private tscSercvices; private createServicesBundle; private buildServiceFile; getClassContentBody(classContent: string): string; private getClassParts; } declare const _default: FSPAServiceConstructor; export default _default;