import { Page } from '../../types';
export declare function packageMoodleQuizContent(page: Page, title: string): Promise<Blob>;
