import { IFunctionRouteHandler } from '@datahub/utils/types/vendor/ember-cli-mirage-deprecated'; const getDatasetOwnerSuggestion = function(this: IFunctionRouteHandler) { return {}; }; export { getDatasetOwnerSuggestion };