import { Stack } from'../../Stack.js';
/**
* Create a stack with all images at a given path.
* @param path - Path to the folder containing the images.
* @returns The stack.
*/
export declarefunctiongetStackFromFolder(path: string): Stack;
//# sourceMappingURL=getStackFromFolder.d.ts.map