export declare const concatenate: (object1: any, object2: any) => string;
