export declare const $HSSPPlayResponse: { readonly type: "all-of"; readonly description: "The response returned from a hssp/play operation."; readonly contains: readonly [{ readonly properties: { readonly result: { readonly type: "HSSPPlayResult"; readonly isRequired: true; }; }; }]; };