declare class AppendToIgnoreService {
    run(): Promise<void>;
}
export { AppendToIgnoreService };
