Something like this: ``` package metabaseconfig ... func (x *Config) Bolt() boltconfig.Config { ... ``` ``` package boltconfig func (x *Config) Perm() fs.FileMode { ... func (x *Config) MaxBatchSize() int { ... ```