import * as CSITypes from '@stackbit/types'; import * as ContentStoreTypes from '../types'; export declare function getCreateConfigDelegateThunk({ getContentSourceDataById, logger }: { getContentSourceDataById: () => Record; logger: CSITypes.Logger; }): () => CSITypes.ConfigDelegate; export declare function createConfigDelegate({ contentSourceDataById, logger }: { contentSourceDataById: Record; logger: CSITypes.Logger; }): CSITypes.ConfigDelegate; //# sourceMappingURL=config-delegate.d.ts.map