import type { SolidisData, StringOrBuffer } from '../index.ts'; export declare function pipeline(this: T, commands: StringOrBuffer[][]): Promise;