import { Print } from '../common'; import { Action } from './types'; export declare const printAction: (action: Action, print: Print) => void;