interface TableOptions {
    head?: string[];
}
export declare const createTable: (options?: TableOptions) => any;
export {};
