export type ConditionalTitle = (answers: Record<string, any>) => string | undefined;
