/** * Job-step message helpers. * * @experimental This API is unstable and may change without notice. */ export declare const appendWarningsToMessage: (message: string, warnings: ReadonlyArray) => string; //# sourceMappingURL=job-step-message.d.ts.map