import { Printer } from "..";
declare function getPrinters(): Promise<Printer[]>;
export default getPrinters;
