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 declare function getStackFromFolder(path: string): Stack;
//# sourceMappingURL=getStackFromFolder.d.ts.map