export declare function transpose(input: string, separator: string): string;
