import { type ActionContext } from '../executors'; import { type ActionParameters, type PrintAction } from '../../types'; export declare const resolvePrintParameters: (context: ActionContext) => Promise>;