/** * Open cash drawer action * Calls the openCashDrawer action on the parent window */ import type { OpenCashDrawer } from "./types"; export declare const openCashDrawer: OpenCashDrawer;