export declare function alignedString(input: Array, initial?: string): string; export default alignedString;