import type { FieldGroup } from './types.js'; export declare const mbtiOptions: readonly [{ readonly value: "INTJ"; readonly label: "INTJ — The Architect"; }, { readonly value: "INTP"; readonly label: "INTP — The Logician"; }, { readonly value: "ENTJ"; readonly label: "ENTJ — The Commander"; }, { readonly value: "ENTP"; readonly label: "ENTP — The Debater"; }, { readonly value: "INFJ"; readonly label: "INFJ — The Advocate"; }, { readonly value: "INFP"; readonly label: "INFP — The Mediator"; }, { readonly value: "ENFJ"; readonly label: "ENFJ — The Protagonist"; }, { readonly value: "ENFP"; readonly label: "ENFP — The Campaigner"; }, { readonly value: "ISTJ"; readonly label: "ISTJ — The Logistician"; }, { readonly value: "ISFJ"; readonly label: "ISFJ — The Defender"; }, { readonly value: "ESTJ"; readonly label: "ESTJ — The Executive"; }, { readonly value: "ESFJ"; readonly label: "ESFJ — The Consul"; }, { readonly value: "ISTP"; readonly label: "ISTP — The Virtuoso"; }, { readonly value: "ISFP"; readonly label: "ISFP — The Adventurer"; }, { readonly value: "ESTP"; readonly label: "ESTP — The Entrepreneur"; }, { readonly value: "ESFP"; readonly label: "ESFP — The Entertainer"; }, { readonly value: "dont_know"; readonly label: "Don't know yet"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const psychologicalAssessment: FieldGroup; //# sourceMappingURL=05-psychological.d.ts.map