export function table(rows: any, config?: {}): string;
export function createStream(config?: {}): {
    write(row: any): void;
    end(): void;
};
//# sourceMappingURL=table.d.ts.map