import { default as Command } from './command';
declare class GcodePrinter {
    static print(arr: Command[], sb?: string): string;
}
export default GcodePrinter;
