/** * Quest screenshot command * Triggers Quest's native screenshot service and pulls the file */ /** * Main screenshot command handler */ export declare function screenshotCommand(directoryPath: string, caption: string | undefined): Promise; //# sourceMappingURL=screenshot.d.ts.map