#!/usr/bin/env node
export declare function centerAndPadding(cellSize: number, text: string): string;
export declare function runner(): Promise<any>;
