export interface SessionOptions { debugAsr?: boolean; gatewayUrl?: string; } export declare function startSession(machineName: string, userPin?: string, command?: string[], options?: SessionOptions): Promise; //# sourceMappingURL=session.d.ts.map