export declare enum TrueFalseEnum {
    VERDADEIRO = "V",
    FALSO = "F"
}
//# sourceMappingURL=Quiz.d.ts.map