mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 13:28:24 -04:00
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
import '../_version.js';
|
|
export declare const messages: {
|
|
strategyStart: (strategyName: string, request: Request) => string;
|
|
printFinalResponse: (response?: Response) => void;
|
|
};
|