import type { Printer } from "../types";
declare function getPrinters(paperSizeInfoPath?: string): Printer[];
export default getPrinters;
