export interface IDefaults { /** * Default behavior used if `truncate` is not set on a ParseConfig. */ truncate: boolean; }