import * as Ber from '../../../Ber/index.js'; import { StringIntegerCollection } from '../../../types/types.js'; import { DecodeOptions, DecodeResult } from './DecodeResult.js'; export { decodeStringIntegerCollection }; declare function decodeStringIntegerCollection(reader: Ber.Reader, options?: DecodeOptions): DecodeResult; //# sourceMappingURL=StringIntegerCollection.d.ts.map