declare const extendString: (baseString: string, referenceString: string) => string;
export = extendString;
