import { type ActionContextWithResponse } from '../executors'; import { type PrintAction } from '../../types'; export declare const openOrPrintPdf: ({ response, parameters, }: ActionContextWithResponse) => Promise;