import type { Question } from 'src/types';
export declare function setQuestions(questions: Question[]): {
    '@type': string;
    name: string;
    acceptedAnswer: {
        '@type': string;
        text: string;
    };
}[] | undefined;
