import type * as flatbuffers from 'flatbuffers';
import type { SrtpParameters, SrtpCryptoSuite } from './srtpParametersTypes';
import * as FbsSrtpParameters from './fbs/srtp-parameters';
export declare function cryptoSuiteFromFbs(binary: FbsSrtpParameters.SrtpCryptoSuite): SrtpCryptoSuite;
export declare function cryptoSuiteToFbs(cryptoSuite: SrtpCryptoSuite): FbsSrtpParameters.SrtpCryptoSuite;
export declare function parseSrtpParameters(binary: FbsSrtpParameters.SrtpParameters): SrtpParameters;
export declare function serializeSrtpParameters(builder: flatbuffers.Builder, srtpParameters: SrtpParameters): number;
//# sourceMappingURL=srtpParametersFbsUtils.d.ts.map