export declare const plus: (b: string) => (a: string) => string;
