export declare const concatenate: (a: any, b: any) => any;
export declare const add: (a: any, b: any) => string;
export declare const subtract: (a: any, b: any) => number;
export declare const replaceAll: (value: string, searchValue: string, replaceValue: string) => string;
