export declare function createPromptAttachmentWithButton(testCaseStartedId: string | undefined, testStepId: string | undefined, prompt: string): { attachment: import("@cucumber/messages").Attachment; }; /** * Custom script - setup "Copy prompt" button click handlers. */ export declare const scriptCopyPrompt = "\n\n"; //# sourceMappingURL=promptAttachment.d.ts.map