/** * Browser-context DOM scripts used by notebook creation. * * Keep these helpers closure-free so Patchright can serialize them into * page.evaluate(). */ export declare function clickCopiedTextSourceOption(): { clicked: boolean; };