/**
 * Custom value which can be stored inside custom value map. Strong type is
 * defined by the custom key.
 *
 * @type {CustomValue}
 */
export declare type CustomValue = any;
//# sourceMappingURL=custom-value.d.ts.map