export type TWithCreateFromConfigAsyncService = Readonly<{ createFromConfigAsync: (config: ReadonlyArray) => Promise; }>;