/// <reference types="node" />
import { cloudResSuccess } from "ecoledirecte-api-types/v3";
import { Account } from "../../accounts";
export declare function getCloudFolder(account: Account, folderPath?: string, context?: Record<string, unknown>): Promise<cloudResSuccess>;
export declare function fetchFile(fileId: string, token: string): Promise<[Buffer, string]>;
