import type { StringOrBuffer } from '../../index.ts'; export declare function commandsToBuffer(commands: StringOrBuffer[][]): Buffer;