import { ExecResponse } from "../types";
export default function print(file: string, printer?: string, options?: string[]): Promise<ExecResponse>;
