import { HookContext } from '@feathersjs/feathers'; import type { Application } from '../../../declarations'; import type { ChangelogService } from '../changelog.class'; export declare const parseChangelogFromFile: (context: HookContext) => Promise>>;