import { HuntStepService } from '../treasure_hunt.service';
export declare class HuntStepUserController {
    private hunt_step_service;
    constructor(hunt_step_service: HuntStepService);
    getHuntSteps(): Promise<import("../../typeorm/hunt_step").hunt_step[]>;
}
