import type { HSSPPlayResult } from './HSSPPlayResult'; /** * The response returned from a hssp/play operation. */ export declare type HSSPPlayResponse = { result: HSSPPlayResult; };