import type { ServicePaths } from '../typings'; export default function getServicePaths({ cwd, env }: { cwd: string; env?: string; }): ServicePaths;