import * as Omnitool from "./library"; export { Pipe } from "./types/sequence/pipe"; export { Span } from "./types/sequence/span"; export * from "./library"; /** * The omnitool object. Provides access to all library functions. */ export declare const O: typeof Omnitool;