/** * Print action * Calls the print action on the parent window */ import type { Print } from "./types"; export declare const print: Print;