declare class PaylineChallengeInd {
    readonly code: string;
    readonly description: string;
    readonly restCode: string;
    constructor(code: string, description: string, restCode: string);
    static readonly NoPreference: PaylineChallengeInd;
    static readonly NoChallenge: PaylineChallengeInd;
    static readonly Challenge: PaylineChallengeInd;
    static readonly ChallengeAsMandate: PaylineChallengeInd;
    static readonly NoChallengeAsExemption: PaylineChallengeInd;
    static readonly CBScoring: PaylineChallengeInd;
}
export { PaylineChallengeInd };
