export declare const mergeEndpointCustomizer: (endpointKey?: string) => (objValue: any, srcValue: any, key: string) => string | object | undefined;
export declare const mergeEndpoint: (objValue: undefined | string | object, srcValue: undefined | string | object) => string | object | undefined;