import { type Op } from "clayterm"; import { type Operation } from "effection"; export declare function render(ops: Op[]): Operation; export declare function withRegion(height: number, body: () => Operation): Operation; //# sourceMappingURL=terminal.d.ts.map