/** * Returns a boolean flag on whether or not this project appears to be * based on the `typescript-microservice` yeoman template. */ export declare function isTypescriptMicroserviceProject(): Promise; //# sourceMappingURL=isTypescriptMicroserviceProject.d.ts.map