/*! Copyright 2023-2026 the gnablib contributors MPL-1.1 */
export interface IBufferer {
    get buffer(): ArrayBufferLike;
}
