import type { inputDto } from "../../common/dtos/inputDto.js";
import type { Interactor } from "../../common/usecases/interactor.js";
export interface IGetAllLabelInteractor extends Interactor<void> {
    execute(input: inputDto<void>): void;
}
//# sourceMappingURL=get-all-label.interactor.d.ts.map