import { Lazy } from './lazy';
export { Lazy };
/**
 * @see [[Lazy.empty]]
 */
export declare const empty: typeof Lazy.empty;
/**
 * @see [[Lazy.from]]
 */
export declare const from: typeof Lazy.from;
/**
 * @see [[Lazy.range]]
 */
export declare const range: typeof Lazy.range;
/**
 * @see [[Lazy.repeat]]
 */
export declare const repeat: typeof Lazy.repeat;
//# sourceMappingURL=mod.d.ts.map