/**
 * Returns the data portion of a single PSSH box.
 *
 * @param pssh - The PSSH ArrayBuffer.
 * @returns The data portion of the PSSH.
 *
 * @group DRM
 * @beta
 *
 * @example
 * {@includeCode ../../../test/drm/cenc/getPsshData.test.ts#example}
 */
export declare function getPsshData(pssh: ArrayBuffer): ArrayBuffer;
//# sourceMappingURL=getPsshData.d.ts.map