import type { PrintOptions } from "../types";
export default function print(pdf: string, options?: PrintOptions): void;
