import * as pulumi from "@pulumi/pulumi";
export interface ChallengeDynamicRequirements {
    /**
     * Behavior if not unlocked, either hidden or anonymized.
     */
    behavior?: pulumi.Input<string>;
    /**
     * List of the challenges ID.
     */
    prerequisites?: pulumi.Input<pulumi.Input<string>[]>;
}
export interface ChallengeStandardRequirements {
    /**
     * Behavior if not unlocked, either hidden or anonymized.
     */
    behavior?: pulumi.Input<string>;
    /**
     * List of the challenges ID.
     */
    prerequisites?: pulumi.Input<pulumi.Input<string>[]>;
}
//# sourceMappingURL=input.d.ts.map