/** * Replaces a specific `...` match within a prompt string. * Expects: `tagMatch` comes from `String.prototype.matchAll()` on the original prompt. */ export declare function executablePromptTagReplace(prompt: string, tagMatch: RegExpMatchArray, replacement: string): string; //# sourceMappingURL=executablePromptTagReplace.d.ts.map