import { baseModel } from 'src/sys/BaseModel';
export declare class hunt_step_action extends baseModel {
    id: number;
    hunt_step: number;
    action_type: string;
    label: any;
    description: any;
    price: number;
    currency: string;
    media_url: string;
    isActive: boolean;
}
