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