import { IterableElementBaseOptions } from '../base';
export type StackOptions<E, R> = IterableElementBaseOptions<E, R> & {};
