import StoreProfileContentOptions from '../repoFactory/options/StoreProfileContentOptions'; import Config from './Config'; declare const _default: (config: Config) => (opts: StoreProfileContentOptions) => Promise; export default _default;