declare function centerAlign(str: string | string[], width?: number): string;

export = centerAlign;
