import { Stack } from '../../Stack.js'; /** * Decode a TIFF and create a stack of images. * @param buffer - The data to decode. * @returns The stack of images. */ export declare function decodeStackFromTiff(buffer: Uint8Array): Stack; //# sourceMappingURL=decodeTiff.d.ts.map