import { Section } from '../../../types';
export declare function processCanvasQuiz({ quizId, quizTitle, quizzes, }: {
    quizId: string;
    quizTitle: string;
    quizzes: Section[];
}): string;
