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