messages.d.ts 199 Bytes Raw Blame History Permalink 1 2 3 4 5 import '../_version.js'; export declare const messages: { strategyStart: (strategyName: string, request: Request) => string; printFinalResponse: (response?: Response | undefined) => void; };