export interface Printer { deviceId: string; name: string; } declare function getDefaultPrinter(): Promise; export default getDefaultPrinter;