import { BuilderContext } from '@angular-devkit/architect'; import Template from 'cloudform-types/types/template'; /** * * We allow AWS::Serverless::Application resources to point to an nx project instead of a file path. * * This is probably a bad idea, but it is convenient. * * @param cloudFormation * @param context */ export declare function replaceProjectReferenceWithPath(cloudFormation: Template, context: BuilderContext): Promise;