/**
 * Resolver used to get custom value if it is not defined.
 *
 * @type {CustomValueResolver<TCustomValue>}
 */
export declare type CustomValueResolver<TCustomValue> = () => TCustomValue;
//# sourceMappingURL=custom-value-resolver.d.ts.map