/** * @copyright * (c) 2025 netTrek GmbH & Co. KG – All rights reserved. * * This source code is part of the C2PA-HLS integration library. */ export declare function checkMp4ForC2paHeader(src: string | Uint8Array | ArrayBuffer | Blob): Promise;