import * as Serverless from "serverless"; import { FunctionInfo } from "./layer"; /** * Builds the CloudFormation Outputs containing the alphanumeric key, description, * and value (URL) to the function in Datadog */ export declare function addOutputLinks(serverless: Serverless, site: string, subdomain: string, handlers: FunctionInfo[]): Promise; export declare function printOutputs(serverless: Serverless, site: string, subdomain: string, service: string, env: string): Promise; export declare function logMessage(message: string): void; export declare function logWarningMessage(message: string): void; //# sourceMappingURL=output.d.ts.map