export declare class CreateChallengeDto {
    description_short: string;
    description_long: string;
}
