import type { SpsAndPps } from '../../state/parser-state';
export declare const createSpsPpsData: (avc1Profile: SpsAndPps) => Uint8Array<ArrayBufferLike>;
