//#region src/main/djinni-types/sdcCoreCommonBuffer.d.ts interface EncodingRange { ianaName: string; /** actually a u32, but this type is not supported by djinni */ startIndex: number; /** actually a u32, but this type is not supported by djinni */ endIndex: number; } interface SdcCoreCommonBuffer_statics {} //#endregion export { SdcCoreCommonBuffer_statics as n, EncodingRange as t };