import type { Stack } from '../../Stack.js'; /** * Decode input data and create stack. Data format is automatically detected. * Possible formats: tiff. * @param data - Data to decode. * @returns The decoded image. */ export declare function decodeStack(data: ArrayBufferView): Stack; //# sourceMappingURL=decodeStack.d.ts.map