export declare function alignedString(input: Array<number | string>, initial?: string): string;
export default alignedString;
