export namespace MAGIC_FOLDERS { const ADMINISTRATIVE: string; const PHOTOS: string; const PHOTOS_BACKUP: string; const PHOTOS_UPLOAD: string; const NOTES: string; const HOME: string; const PAPERS: string; const COACH_CO2: string; } export function ensureMagicFolder(client: CozyClient, id: string, path: string): Promise; export function createFolderWithReference(client: CozyClient, path: string, document: import("../types").CozyClientDocument): Promise; export function getReferencedFolder(client: CozyClient, document: import("../types").CozyClientDocument): Promise; import CozyClient from "../CozyClient";