import Elgin from './Elgin'; import { Cut } from '../Printer'; export default class Perto extends Elgin { buzzer(): void; cutter(_: Cut): void; }