import type { AABB3, PixelDataTypedArrayString } from '../types/index.js';
declare function createSubVolume(referencedVolumeId: string, boundsIJK: AABB3, options?: {
    targetBuffer?: {
        type: PixelDataTypedArrayString;
    };
}): import("../index.js").ImageVolume;
export { createSubVolume as default, createSubVolume };
