export const COMMANDS: { "O-CMD.EDIT": () => void; "O-CMD.DISCARD": () => void; "O-CMD.SAVE": () => void; "O-CMD.PREV": () => void; "O-CMD.NEXT": () => void; "O-CMD.PAGER-FIRST": () => void; "O-CMD.PAGER-LAST": () => void; }; export namespace barcodeGenericHandlers { let dependencies: string[]; function start(env: any, { ui, barcode, notification }: { ui: any; barcode: any; notification: any; }): void; }