import { BaseConfigFn } from './base-config-fn'; export interface DefaultConfig extends BaseConfigFn { value?: string; }