export declare class BugVersionFixHandler { private readonly bugVersionService; private readonly logger; handle(fullname: string): Promise; }