import { Service, Manifest } from '../../src/lib/definitions'; export declare const extractRepoToService: (manifest: Manifest, service: Service, path?: string | undefined) => Promise;