import { HuntStepActionService } from '../hunt_step_action.service';
export declare class HuntStepActionServiceUserController {
    private hunt_step_actionService;
    constructor(hunt_step_actionService: HuntStepActionService);
    gethunt_step_actions(): Promise<import("../../typeorm/hunt_step_action").hunt_step_action[]>;
}
