import type { Output } from "./types";
export type { Output } from "./types";
export declare const createOutput: (stream?: NodeJS.WriteStream) => Output;
export declare const defaultOutput: Output;
