import { studentDocsResSuccess } from "ecoledirecte-api-types/v3";
export declare function getDocuments(token: string, archiveYear?: string): Promise<studentDocsResSuccess>;
export declare function downloadDocument(token: string, documentId: number, fileType?: string, archiveYear?: string): Promise<Blob>;
