declare function rotx(str: string, base: number): string;
export { rotx };
