import { spawn } from '@homebridge/node-pty-prebuilt-multiarch';
export declare class NodePtyService {
    spawn: typeof spawn;
}
