import { PingbackAttributes } from './types'; declare const mergeAttribute: (attributes: PingbackAttributes, newAttributes: PingbackAttributes, key: string) => { [x: string]: string; }; export default mergeAttribute;